Title: [282457] trunk/LayoutTests
Revision
282457
Author
[email protected]
Date
2021-09-15 09:08:33 -0700 (Wed, 15 Sep 2021)

Log Message

imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html depends on scrollbar placement and width
https://bugs.webkit.org/show_bug.cgi?id=230305

Reviewed by Manuel Rego Casasnovas.

LayoutTests/imported/w3c:

Modify this test so that scrollbars are not shown, which should make it independent
of scrollbar size and placement.

* web-platform-tests/css/css-position/sticky/position-sticky-writing-modes-expected.html:
* web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html:

LayoutTests:

* TestExpectations: Unskip newly passing test.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (282456 => 282457)


--- trunk/LayoutTests/ChangeLog	2021-09-15 15:23:16 UTC (rev 282456)
+++ trunk/LayoutTests/ChangeLog	2021-09-15 16:08:33 UTC (rev 282457)
@@ -1,3 +1,12 @@
+2021-09-15  Martin Robinson  <[email protected]>
+
+        imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html depends on scrollbar placement and width
+        https://bugs.webkit.org/show_bug.cgi?id=230305
+
+        Reviewed by Manuel Rego Casasnovas.
+
+        * TestExpectations: Unskip newly passing test.
+
 2021-09-15  Aditya Keerthi  <[email protected]>
 
         [iOS] Search inputs with '-webkit-appearance: textfield' should have a textfield background color

Modified: trunk/LayoutTests/TestExpectations (282456 => 282457)


--- trunk/LayoutTests/TestExpectations	2021-09-15 15:23:16 UTC (rev 282456)
+++ trunk/LayoutTests/TestExpectations	2021-09-15 16:08:33 UTC (rev 282457)
@@ -3487,7 +3487,6 @@
 webkit.org/b/228993 imported/w3c/web-platform-tests/css/css-position/multicol/static-position/vrl-ltr-rtl-in-multicol.tentative.html [ ImageOnlyFailure ]
 webkit.org/b/228993 imported/w3c/web-platform-tests/css/css-position/multicol/static-position/vrl-rtl-ltr-in-multicol.tentative.html [ ImageOnlyFailure ]
 webkit.org/b/228993 imported/w3c/web-platform-tests/css/css-position/multicol/static-position/vrl-rtl-rtl-in-multicol.html [ ImageOnlyFailure ]
-webkit.org/b/203450 imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html [ ImageOnlyFailure ]
 webkit.org/b/203450 imported/w3c/web-platform-tests/css/css-position/sticky/sticky-after-input.html [ Failure ]
 webkit.org/b/203451 imported/w3c/web-platform-tests/css/css-position/static-position/htb-ltr-ltr.html [ ImageOnlyFailure ]
 webkit.org/b/203451 imported/w3c/web-platform-tests/css/css-position/static-position/htb-ltr-rtl.tentative.html [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (282456 => 282457)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-15 15:23:16 UTC (rev 282456)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2021-09-15 16:08:33 UTC (rev 282457)
@@ -1,5 +1,18 @@
 2021-09-15  Martin Robinson  <[email protected]>
 
+        imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html depends on scrollbar placement and width
+        https://bugs.webkit.org/show_bug.cgi?id=230305
+
+        Reviewed by Manuel Rego Casasnovas.
+
+        Modify this test so that scrollbars are not shown, which should make it independent
+        of scrollbar size and placement.
+
+        * web-platform-tests/css/css-position/sticky/position-sticky-writing-modes-expected.html:
+        * web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html:
+
+2021-09-15  Martin Robinson  <[email protected]>
+
         offsetLeft on display:inline element in vertical-rl parent can return a negative number
         https://bugs.webkit.org/show_bug.cgi?id=230217
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes-expected.html (282456 => 282457)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes-expected.html	2021-09-15 15:23:16 UTC (rev 282456)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes-expected.html	2021-09-15 16:08:33 UTC (rev 282457)
@@ -14,7 +14,7 @@
   position: relative;
   width: 130px;
   height: 200px;
-  overflow: scroll;
+  overflow: hidden;
   font: 25px/1 Ahem;
 }
 

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html (282456 => 282457)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html	2021-09-15 15:23:16 UTC (rev 282456)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-position/sticky/position-sticky-writing-modes.html	2021-09-15 16:08:33 UTC (rev 282457)
@@ -20,7 +20,7 @@
   position: relative;
   width: 130px;
   height: 200px;
-  overflow: scroll;
+  overflow: hidden;
   font: 25px/1 Ahem;
 }
 
@@ -65,7 +65,7 @@
 
 <div class="group">
   <div id="scroller2" class="scroller" style="writing-mode: vertical-rl;">
-    <div class="indicator" style="left: 45px; top: 100px;">XXX</div>
+    <div class="indicator" style="left: 60px; top: 100px;">XXX</div>
     <div class="contents">
       <div class="sticky" style="right: 20px;">XXX</div>
     </div>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to