Title: [166174] trunk/LayoutTests
Revision
166174
Author
[email protected]
Date
2014-03-24 09:52:06 -0700 (Mon, 24 Mar 2014)

Log Message

Invalidate sibling text node style when needed instead of attaching synchronously
https://bugs.webkit.org/show_bug.cgi?id=130590

Reviewed by Andreas Kling.
        
Minor non-observable whitespace changes.

* fast/forms/select-listbox-focus-displaynone-expected.txt:
* fast/repaint/text-in-relative-positioned-inline-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (166173 => 166174)


--- trunk/LayoutTests/ChangeLog	2014-03-24 16:49:39 UTC (rev 166173)
+++ trunk/LayoutTests/ChangeLog	2014-03-24 16:52:06 UTC (rev 166174)
@@ -1,3 +1,15 @@
+2014-03-24  Antti Koivisto  <[email protected]>
+
+        Invalidate sibling text node style when needed instead of attaching synchronously
+        https://bugs.webkit.org/show_bug.cgi?id=130590
+
+        Reviewed by Andreas Kling.
+        
+        Minor non-observable whitespace changes.
+
+        * fast/forms/select-listbox-focus-displaynone-expected.txt:
+        * fast/repaint/text-in-relative-positioned-inline-expected.txt:
+
 2014-03-24  Frédéric Wang  <[email protected]>
 
         [regression] background colors do not apply to <mo> elements.

Modified: trunk/LayoutTests/fast/forms/select-listbox-focus-displaynone-expected.txt (166173 => 166174)


--- trunk/LayoutTests/fast/forms/select-listbox-focus-displaynone-expected.txt	2014-03-24 16:49:39 UTC (rev 166173)
+++ trunk/LayoutTests/fast/forms/select-listbox-focus-displaynone-expected.txt	2014-03-24 16:52:06 UTC (rev 166174)
@@ -1 +1 @@
- PASS
+  PASS

Modified: trunk/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt (166173 => 166174)


--- trunk/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt	2014-03-24 16:49:39 UTC (rev 166173)
+++ trunk/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt	2014-03-24 16:52:06 UTC (rev 166174)
@@ -4,4 +4,5 @@
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
       RenderBlock {DIV} at (100,0) size 684x100
+        RenderText {#text} at (0,0) size 0x0
       RenderBlock {DIV} at (0,0) size 100x100 [bgcolor=#008000]

Modified: trunk/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.txt (166173 => 166174)


--- trunk/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.txt	2014-03-24 16:49:39 UTC (rev 166173)
+++ trunk/LayoutTests/fullscreen/full-screen-fixed-pos-parent-expected.txt	2014-03-24 16:52:06 UTC (rev 166174)
@@ -1 +1,2 @@
 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to