mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-76794 HTML: February 2026 HTML5 schema update - update test data
GitOrigin-RevId: 64e9dc72924c6ada282849abb3485c7a78f66148
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a1fd9c1ec4
commit
4c09f02115
@@ -5,6 +5,6 @@
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<img<caret>
|
||||
<video><track<caret>
|
||||
</body>
|
||||
</html>
|
||||
@@ -5,6 +5,6 @@
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="">
|
||||
<video><track src="">
|
||||
</body>
|
||||
</html>
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<!-- "Insert required attribute 'src'" "true" -->
|
||||
|
||||
<img src=''/>
|
||||
<video><track src=''/>
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<!-- "Insert required attribute 'src'" "true" -->
|
||||
|
||||
<img src=""/>
|
||||
<video><track src=""/>
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<!-- "Insert required attribute 'src'" "true" -->
|
||||
|
||||
<im<caret>g />
|
||||
<video><tra<caret>ck />
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
<!-- "Insert required attribute 'src'" "true" -->
|
||||
|
||||
<i<caret>mg />
|
||||
<video><t<caret>rack />
|
||||
+4
-4
@@ -596,8 +596,8 @@ public class HtmlCompletionTest extends BasePlatformTestCase {
|
||||
final LookupElement[] items = myFixture.complete(CompletionType.BASIC);
|
||||
assertTrue(items.length > 3);
|
||||
assertEquals("media", items[0].getLookupString());
|
||||
assertEquals("type", items[1].getLookupString());
|
||||
assertEquals("about", items[2].getLookupString());
|
||||
assertEquals("about", items[1].getLookupString());
|
||||
assertEquals("accesskey", items[2].getLookupString());
|
||||
}
|
||||
|
||||
public void testAnchorReferenceCompletion_WI4407() throws Exception {
|
||||
@@ -801,11 +801,11 @@ public class HtmlCompletionTest extends BasePlatformTestCase {
|
||||
Trinity.create("|", "embed", "|>"),
|
||||
Trinity.create("<frameset>|", "frame", ">|"),
|
||||
Trinity.create("<p>foo|", "hr", ">|"),
|
||||
Trinity.create("|", "img", " src=\"\"|>"),
|
||||
Trinity.create("|", "img", "|>"),
|
||||
Trinity.create("|", "input", "|>"),
|
||||
Trinity.create("<head>|", "link", "|>"),
|
||||
Trinity.create("<head>|", "meta", "|>"),
|
||||
Trinity.create("<object>|", "param", " name=\"\" value=\"\"|>"),
|
||||
Trinity.create("<object>|", "param", " name=\"\" value=\"\">|"),
|
||||
Trinity.create("<audio>|", "source", "|>"),
|
||||
Trinity.create("<video>|", "track", " src=\"\"|>"),
|
||||
Trinity.create("foo|bar", "wbr", ">|"))) {
|
||||
|
||||
@@ -1535,7 +1535,6 @@ datatypes w = "http://whattf.org/datatype-draft"
|
||||
attribute manifest {
|
||||
string
|
||||
}
|
||||
|
||||
html.attrs &= html.attrs.manifest?
|
||||
|
||||
## name attribute on a element
|
||||
|
||||
Reference in New Issue
Block a user