Title: [256222] trunk/LayoutTests
Revision
256222
Author
[email protected]
Date
2020-02-10 15:14:39 -0800 (Mon, 10 Feb 2020)

Log Message

REGRESSION: [ Win ] ( r254044 ) css1/box_properties/padding_left.html is failing
https://bugs.webkit.org/show_bug.cgi?id=207480
<rdar://problem/59316463>

Unreviewed test gardening.


* platform/win/css1/box_properties/padding_left-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (256221 => 256222)


--- trunk/LayoutTests/ChangeLog	2020-02-10 23:11:17 UTC (rev 256221)
+++ trunk/LayoutTests/ChangeLog	2020-02-10 23:14:39 UTC (rev 256222)
@@ -1,3 +1,13 @@
+2020-02-10  Antti Koivisto  <[email protected]>
+
+        REGRESSION: [ Win ] ( r254044 ) css1/box_properties/padding_left.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=207480
+        <rdar://problem/59316463>
+
+        Unreviewed test gardening.
+
+        * platform/win/css1/box_properties/padding_left-expected.txt:
+
 2020-02-10  James Howard  <[email protected]>
 
         Standard gamepad mapping for GameControllerGamepads

Modified: trunk/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt (256221 => 256222)


--- trunk/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt	2020-02-10 23:11:17 UTC (rev 256221)
+++ trunk/LayoutTests/platform/win/css1/box_properties/padding_left-expected.txt	2020-02-10 23:14:39 UTC (rev 256222)
@@ -9,11 +9,17 @@
       RenderBlock {PRE} at (0,34) size 769x90
         RenderText {#text} at (0,0) size 416x90
           text run at (0,0) width 400: ".zero {background-color: silver; padding-left: 0;}"
+          text run at (400,0) width 0: " "
           text run at (0,15) width 408: ".one {padding-left: 0.5in; background-color: aqua;}"
+          text run at (408,15) width 0: " "
           text run at (0,30) width 400: ".two {padding-left: 25px; background-color: aqua;}"
+          text run at (400,30) width 0: " "
           text run at (0,45) width 408: ".three {padding-left: 5em; background-color: aqua;}"
+          text run at (408,45) width 0: " "
           text run at (0,60) width 400: ".four {padding-left: 25%; background-color: aqua;}"
+          text run at (400,60) width 0: " "
           text run at (0,75) width 416: ".five {padding-left: -20px; background-color: aqua;}"
+          text run at (416,75) width 0: " "
       RenderBlock {HR} at (0,137) size 769x2 [border: (1px inset #000000)]
       RenderBlock {P} at (0,155) size 769x18 [bgcolor=#C0C0C0]
         RenderText {#text} at (0,0) size 203x18
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to