Title: [259995] trunk/LayoutTests/imported/w3c
Revision
259995
Author
[email protected]
Date
2020-04-12 23:39:57 -0700 (Sun, 12 Apr 2020)

Log Message

Update imported/w3c/web-platform-tests/css/selectors/invalidation/is.html
https://bugs.webkit.org/show_bug.cgi?id=210418

Unreviewed.

Also some other minor updates from syncing css/selectors from WPT repo.


* web-platform-tests/css/selectors/invalidation/defined.html:
* web-platform-tests/css/selectors/invalidation/is-expected.txt:

Specificify subtest is correctly FAIL.

* web-platform-tests/css/selectors/invalidation/is.html:
* web-platform-tests/css/selectors/invalidation/selectorText-dynamic-001.html:
* web-platform-tests/css/selectors/invalidation/sheet-going-away-001.html:
* web-platform-tests/css/selectors/invalidation/sheet-going-away-002.html:
* web-platform-tests/css/selectors/x-pseudo-element.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2020-04-13 06:39:57 UTC (rev 259995)
@@ -1,3 +1,23 @@
+2020-04-12  Antti Koivisto  <[email protected]>
+
+        Update imported/w3c/web-platform-tests/css/selectors/invalidation/is.html
+        https://bugs.webkit.org/show_bug.cgi?id=210418
+
+        Unreviewed.
+
+        Also some other minor updates from syncing css/selectors from WPT repo.
+
+        * web-platform-tests/css/selectors/invalidation/defined.html:
+        * web-platform-tests/css/selectors/invalidation/is-expected.txt:
+
+        Specificify subtest is correctly FAIL.
+
+        * web-platform-tests/css/selectors/invalidation/is.html:
+        * web-platform-tests/css/selectors/invalidation/selectorText-dynamic-001.html:
+        * web-platform-tests/css/selectors/invalidation/sheet-going-away-001.html:
+        * web-platform-tests/css/selectors/invalidation/sheet-going-away-002.html:
+        * web-platform-tests/css/selectors/x-pseudo-element.html:
+
 2020-04-10  Devin Rousso  <[email protected]>
 
         Changes to shared testing JS files should not cause test failures due to console message line numbers changing

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/defined.html (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/defined.html	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/defined.html	2020-04-13 06:39:57 UTC (rev 259995)
@@ -2,7 +2,7 @@
 <html>
   <head>
     <title>CSS Selectors Invalidation: :defined</title>
-    <link rel="help" href=""
+    <link rel="help" href=""
     <meta name="assert" content="This tests that the :defined selector is effective">
     <link rel="help" href=""
     <script src=""

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/is-expected.txt (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/is-expected.txt	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/is-expected.txt	2020-04-13 06:39:57 UTC (rev 259995)
@@ -5,7 +5,7 @@
 Blue
 Blue
 Red
-Black
+Blue
 Red
 
 PASS Preconditions. 
@@ -13,5 +13,5 @@
 PASS Invalidate :is() for compound selector arguments. 
 PASS Invalidate :is() for complex selector arguments. 
 PASS Invalidate nested :is(). 
-PASS Test specificity of :is(). 
+FAIL Test specificity of :is(). assert_equals: expected "rgb(0, 0, 255)" but got "rgb(0, 0, 0)"
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/is.html (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/is.html	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/is.html	2020-04-13 06:39:57 UTC (rev 259995)
@@ -73,7 +73,7 @@
         </div>
       </div>
       <div class="h" id="h1">
-        Black
+        Blue
       </div>
     </div>
     <div class="c" id="c2">
@@ -132,8 +132,8 @@
       test(() => {
         a1.className = "a";
         assert_equals(getComputedStyle(b2).color, blue);
-        assert_equals(getComputedStyle(h1).color, black);
+        assert_equals(getComputedStyle(h1).color, blue);
       }, "Test specificity of :is().");
     </script>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/selectorText-dynamic-001.html (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/selectorText-dynamic-001.html	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/selectorText-dynamic-001.html	2020-04-13 06:39:57 UTC (rev 259995)
@@ -2,7 +2,7 @@
 <meta charset="utf-8">
 <title>CSS Test: invalidation of class changes when the selector in a rule has changed</title>
 <link rel="author" title="Emilio Cobos Álvarez" href=""
-<link rel="help" href=""
+<link rel="help" href=""
 <link rel="help" href=""
 <script src=""
 <script src=""

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/sheet-going-away-001.html (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/sheet-going-away-001.html	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/sheet-going-away-001.html	2020-04-13 06:39:57 UTC (rev 259995)
@@ -2,7 +2,7 @@
 <meta charset="utf-8">
 <title>CSS Test: invalidation of class changes when the sheet the style depends on goes away</title>
 <link rel="author" title="Emilio Cobos Álvarez" href=""
-<link rel="help" href=""
+<link rel="help" href=""
 <link rel="help" href=""
 <script src=""
 <script src=""

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/sheet-going-away-002.html (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/sheet-going-away-002.html	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/invalidation/sheet-going-away-002.html	2020-04-13 06:39:57 UTC (rev 259995)
@@ -2,7 +2,7 @@
 <meta charset="utf-8">
 <title>CSS Test: invalidation of class changes when the sheet the style depends on goes away</title>
 <link rel="author" title="Emilio Cobos Álvarez" href=""
-<link rel="help" href=""
+<link rel="help" href=""
 <link rel="help" href=""
 <link rel="match" href=""
 <style>

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/x-pseudo-element.html (259994 => 259995)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/x-pseudo-element.html	2020-04-13 03:48:36 UTC (rev 259994)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/selectors/x-pseudo-element.html	2020-04-13 06:39:57 UTC (rev 259995)
@@ -2,7 +2,7 @@
 <title>CSS Test: 'x-' prefixed pseudo-elements don't parse correctly</title>
 <link rel="author" title="Emilio Cobos Álvarez" href=""
 <link rel="author" title="Mozilla" href=""
-<link rel="help" href=""
+<link rel="help" href=""
 <script src=""
 <script src=""
 <style>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to