Title: [288574] trunk/LayoutTests
- Revision
- 288574
- Author
- [email protected]
- Date
- 2022-01-25 12:21:49 -0800 (Tue, 25 Jan 2022)
Log Message
[CSS Container Queries] Basic parsing support for container-type property
https://bugs.webkit.org/show_bug.cgi?id=235514
Uneviewed, rebaseline for iOS.
* platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt:
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (288573 => 288574)
--- trunk/LayoutTests/ChangeLog 2022-01-25 19:54:26 UTC (rev 288573)
+++ trunk/LayoutTests/ChangeLog 2022-01-25 20:21:49 UTC (rev 288574)
@@ -1,3 +1,12 @@
+2022-01-25 Robert Jenner <[email protected]>
+
+ [CSS Container Queries] Basic parsing support for container-type property
+ https://bugs.webkit.org/show_bug.cgi?id=235514
+
+ Uneviewed, rebaseline for iOS.
+
+ * platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt:
+
2022-01-25 Alan Bujtas <[email protected]>
(REGRESSION r287485) [LFC][IFC] Incorrect RTL content position when intrusive float is present
Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-contain/container-queries/container-type-containment-expected.txt (0 => 288574)
--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-contain/container-queries/container-type-containment-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/css-contain/container-queries/container-type-containment-expected.txt 2022-01-25 20:21:49 UTC (rev 288574)
@@ -0,0 +1,8 @@
+AA
+A
+
+FAIL container-type:inline-size turns on layout containment assert_equals: expected 33 but got 8
+FAIL container-type:inline-size turns on inline-size containment assert_equals: expected 0 but got 12
+FAIL container-type:size turns on full size containment assert_equals: expected 0 but got 20
+PASS container-type:inline/size turns on style containment
+
Modified: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt (288573 => 288574)
--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt 2022-01-25 19:54:26 UTC (rev 288573)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/css/cssom/getComputedStyle-detached-subtree-expected.txt 2022-01-25 20:21:49 UTC (rev 288574)
@@ -1,8 +1,8 @@
PASS getComputedStyle returns no style for detached element
-FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) assert_equals: expected 0 but got 398
-FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window assert_equals: expected 0 but got 398
-FAIL getComputedStyle returns no style for element outside the flat tree assert_equals: expected 0 but got 398
-FAIL getComputedStyle returns no style for descendant outside the flat tree assert_equals: expected 0 but got 398
+FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) assert_equals: expected 0 but got 399
+FAIL getComputedStyle returns no style for element in non-rendered iframe (display: none) from iframe's window assert_equals: expected 0 but got 399
+FAIL getComputedStyle returns no style for element outside the flat tree assert_equals: expected 0 but got 399
+FAIL getComputedStyle returns no style for descendant outside the flat tree assert_equals: expected 0 but got 399
PASS getComputedStyle returns no style for shadow tree outside of flattened tree
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes