Title: [285499] trunk/LayoutTests/imported/w3c
Revision
285499
Author
n...@apple.com
Date
2021-11-09 08:08:12 -0800 (Tue, 09 Nov 2021)

Log Message

Unreviewed, reverting r285488.
https://bugs.webkit.org/show_bug.cgi?id=232884

Linked with r285486 which was also reverted.

Reverted changeset:

"Rebaseline will-change-invalid.html after r285487 & r285486"
https://commits.webkit.org/r285488

Patch by Commit Queue <commit-qu...@webkit.org> on 2021-11-09

Modified Paths

Diff

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (285498 => 285499)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-11-09 15:25:39 UTC (rev 285498)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-11-09 16:08:12 UTC (rev 285499)
@@ -1,5 +1,17 @@
 2021-11-09  Commit Queue  <commit-qu...@webkit.org>
 
+        Unreviewed, reverting r285488.
+        https://bugs.webkit.org/show_bug.cgi?id=232884
+
+        Linked with r285486 which was also reverted.
+
+        Reverted changeset:
+
+        "Rebaseline will-change-invalid.html after r285487 & r285486"
+        https://commits.webkit.org/r285488
+
+2021-11-09  Commit Queue  <commit-qu...@webkit.org>
+
         Unreviewed, reverting r285486.
         https://bugs.webkit.org/show_bug.cgi?id=232876
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-will-change/parsing/will-change-invalid-expected.txt (285498 => 285499)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-will-change/parsing/will-change-invalid-expected.txt	2021-11-09 15:25:39 UTC (rev 285498)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-will-change/parsing/will-change-invalid-expected.txt	2021-11-09 16:08:12 UTC (rev 285499)
@@ -47,13 +47,13 @@
 PASS e.style['will-change'] = "revert, will-change" should not set the property value
 PASS e.style['will-change'] = "revert, none" should not set the property value
 PASS e.style['will-change'] = "revert, all" should not set the property value
-PASS e.style['will-change'] = "transform, revert-layer" should not set the property value
-PASS e.style['will-change'] = "revert-layer, transform" should not set the property value
+FAIL e.style['will-change'] = "transform, revert-layer" should not set the property value assert_equals: expected "" but got "transform, revert-layer"
+FAIL e.style['will-change'] = "revert-layer, transform" should not set the property value assert_equals: expected "" but got "revert-layer, transform"
 PASS e.style['will-change'] = "revert-layer, initial" should not set the property value
 PASS e.style['will-change'] = "revert-layer, inherit" should not set the property value
 PASS e.style['will-change'] = "revert-layer, unset" should not set the property value
 PASS e.style['will-change'] = "revert-layer, revert" should not set the property value
-PASS e.style['will-change'] = "revert-layer, revert-layer" should not set the property value
+FAIL e.style['will-change'] = "revert-layer, revert-layer" should not set the property value assert_equals: expected "" but got "revert-layer, revert-layer"
 PASS e.style['will-change'] = "revert-layer, default" should not set the property value
 PASS e.style['will-change'] = "revert-layer, will-change" should not set the property value
 PASS e.style['will-change'] = "revert-layer, none" should not set the property value
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to