Title: [239545] trunk/LayoutTests
Revision
239545
Author
carlo...@webkit.org
Date
2018-12-23 02:46:38 -0800 (Sun, 23 Dec 2018)

Log Message

Unreviewed GTK+ gardening. Rebaseline fast/text/zero-font-size.html after r239539.

* platform/gtk/fast/text/zero-font-size-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (239544 => 239545)


--- trunk/LayoutTests/ChangeLog	2018-12-23 10:09:09 UTC (rev 239544)
+++ trunk/LayoutTests/ChangeLog	2018-12-23 10:46:38 UTC (rev 239545)
@@ -1,3 +1,9 @@
+2018-12-23  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed GTK+ gardening. Rebaseline fast/text/zero-font-size.html after r239539.
+
+        * platform/gtk/fast/text/zero-font-size-expected.txt:
+
 2018-12-13  Yusuke Suzuki  <yusukesuz...@slowstart.org>
 
         [BigInt] Support BigInt in JSON.stringify

Modified: trunk/LayoutTests/platform/gtk/fast/text/zero-font-size-expected.txt (239544 => 239545)


--- trunk/LayoutTests/platform/gtk/fast/text/zero-font-size-expected.txt	2018-12-23 10:09:09 UTC (rev 239544)
+++ trunk/LayoutTests/platform/gtk/fast/text/zero-font-size-expected.txt	2018-12-23 10:46:38 UTC (rev 239545)
@@ -8,8 +8,8 @@
           text run at (0,0) width 770: "Test that text with 0px font size is not displayed, even if a non-zero minimum font size setting is specified. On success, this"
           text run at (0,18) width 336: "paragraph should be the only text visible on the page."
       RenderBlock {DIV} at (0,52) size 784x0 [color=#FF0000]
-        RenderText {#text} at (0,0) size 3x0
-          text run at (0,0) width 3: "FAIL"
+        RenderText {#text} at (0,0) size 0x0
+          text run at (0,0) width 0: "FAIL"
       RenderBlock {DIV} at (0,52) size 784x0 [color=#FF0000]
-        RenderText {#text} at (0,0) size 3x0
-          text run at (0,0) width 3: "FAIL"
+        RenderText {#text} at (0,0) size 0x0
+          text run at (0,0) width 0: "FAIL"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to