Title: [126923] trunk/LayoutTests
Revision
126923
Author
p...@google.com
Date
2012-08-28 13:36:18 -0700 (Tue, 28 Aug 2012)

Log Message

Rebaseline details-nested-2.html and clone-anonymous-block-non-inline-child-crash.html after 126789
https://bugs.webkit.org/show_bug.cgi?id=95226

Reviewed by Abhishek Arya.

* fast/html/details-nested-2-expected.txt: Added.
* fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Replaced.
* platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
* platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
* platform/chromium-mac/fast/html/details-nested-2-expected.txt:
* platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/chromium-win/fast/html/details-nested-2-expected.txt:
* platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/efl/fast/html/details-nested-2-expected.txt: Removed.
* platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
* platform/gtk/fast/html/details-nested-2-expected.txt: Removed.
* platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
* platform/win-future: Added.
* platform/win-future/fast: Added.
* platform/win-future/fast/multicol: Added.
* platform/win-future/fast/multicol/span: Added.
* platform/win-future/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126922 => 126923)


--- trunk/LayoutTests/ChangeLog	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/ChangeLog	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,3 +1,28 @@
+2012-08-28  Philip Rogers  <p...@google.com>
+
+        Rebaseline details-nested-2.html and clone-anonymous-block-non-inline-child-crash.html after 126789
+        https://bugs.webkit.org/show_bug.cgi?id=95226
+
+        Reviewed by Abhishek Arya.
+
+        * fast/html/details-nested-2-expected.txt: Added.
+        * fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Replaced.
+        * platform/chromium-linux/fast/html/details-nested-2-expected.txt: Removed.
+        * platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
+        * platform/chromium-mac/fast/html/details-nested-2-expected.txt:
+        * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
+        * platform/chromium-win/fast/html/details-nested-2-expected.txt:
+        * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
+        * platform/efl/fast/html/details-nested-2-expected.txt: Removed.
+        * platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
+        * platform/gtk/fast/html/details-nested-2-expected.txt: Removed.
+        * platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Removed.
+        * platform/win-future: Added.
+        * platform/win-future/fast: Added.
+        * platform/win-future/fast/multicol: Added.
+        * platform/win-future/fast/multicol/span: Added.
+        * platform/win-future/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
+
 2012-08-28  Julien Chaffraix  <jchaffr...@webkit.org>
 
         Unreviewed rebaseline after r126911.

Added: trunk/LayoutTests/fast/html/details-nested-2-expected.txt (0 => 126923)


--- trunk/LayoutTests/fast/html/details-nested-2-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/html/details-nested-2-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -0,0 +1,24 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x584
+      RenderBlock {DETAILS} at (0,0) size 784x136 [border: (8px solid #555599)]
+        RenderBlock {SUMMARY} at (8,8) size 768x34 [border: (8px solid #9999CC)]
+          RenderDetailsMarker {DIV} at (8,13) size 10x10: down
+          RenderText {#text} at (24,8) size 62x19
+            text run at (24,8) width 4: " "
+            text run at (28,8) width 58: "summary"
+        RenderBlock (anonymous) at (8,42) size 768x0
+        RenderBlock {DETAILS} at (8,42) size 768x68 [border: (8px solid #995555)]
+          RenderBlock {SUMMARY} at (8,8) size 752x34 [border: (8px solid #CC9999)]
+            RenderDetailsMarker {DIV} at (8,13) size 10x10: down
+            RenderText {#text} at (24,8) size 264x19
+              text run at (24,8) width 4: " "
+              text run at (28,8) width 260: "nested summary (details-deails-summary)"
+          RenderBlock (anonymous) at (8,42) size 752x18
+            RenderText {#text} at (0,0) size 179x19
+              text run at (0,0) width 179: "nested details (details-deails)"
+        RenderBlock (anonymous) at (8,110) size 768x18
+          RenderText {#text} at (0,0) size 40x19
+            text run at (0,0) width 40: "details"

Modified: trunk/LayoutTests/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (126922 => 126923)


--- trunk/LayoutTests/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -9,7 +9,6 @@
       RenderInline {LABEL} at (0,0) size 102x19
         RenderText {#text} at (0,0) size 102x19
           text run at (0,0) width 102: "Some inline text"
-      RenderInline {LABEL} at (0,0) size 0x0
     RenderBlock (anonymous) at (5,23) size 379x287
       RenderBlock {SUMMARY} at (0,0) size 379x287
         RenderBlock (anonymous) at (0,0) size 379x18

Deleted: trunk/LayoutTests/platform/chromium-linux/fast/html/details-nested-2-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/chromium-linux/fast/html/details-nested-2-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/chromium-linux/fast/html/details-nested-2-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,24 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DETAILS} at (0,0) size 784x144 [border: (8px solid #555599)]
-        RenderBlock {SUMMARY} at (8,8) size 768x36 [border: (8px solid #9999CC)]
-          RenderDetailsMarker {DIV} at (8,12) size 11x11: down
-          RenderText {#text} at (24,8) size 59x19
-            text run at (24,8) width 5: " "
-            text run at (28,8) width 55: "summary"
-        RenderBlock (anonymous) at (8,44) size 768x0
-        RenderBlock {DETAILS} at (8,44) size 768x72 [border: (8px solid #995555)]
-          RenderBlock {SUMMARY} at (8,8) size 752x36 [border: (8px solid #CC9999)]
-            RenderDetailsMarker {DIV} at (8,12) size 11x11: down
-            RenderText {#text} at (24,8) size 254x19
-              text run at (24,8) width 5: " "
-              text run at (28,8) width 250: "nested summary (details-deails-summary)"
-          RenderBlock (anonymous) at (8,44) size 752x20
-            RenderText {#text} at (0,0) size 173x19
-              text run at (0,0) width 173: "nested details (details-deails)"
-        RenderBlock (anonymous) at (8,116) size 768x20
-          RenderText {#text} at (0,0) size 38x19
-            text run at (0,0) width 38: "details"

Deleted: trunk/LayoutTests/platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/chromium-linux/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,33 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,16) size 784x568
-layer at (8,16) size 784x175
-  RenderBlock {DIV} at (0,0) size 784x175 [border: (5px solid #800000)]
-    RenderBlock (anonymous) at (5,5) size 379x20
-      RenderInline {LABEL} at (0,0) size 95x19
-        RenderText {#text} at (0,0) size 95x19
-          text run at (0,0) width 95: "Some inline text"
-    RenderBlock (anonymous) at (5,25) size 379x306
-      RenderBlock {SUMMARY} at (0,0) size 379x306
-        RenderBlock (anonymous) at (0,0) size 379x20
-          RenderText {#text} at (0,0) size 99x19
-            text run at (0,0) width 99: "Some block text"
-        RenderBlock {H2} at (0,39) size 379x28 [bgcolor=#EEEEEE]
-          RenderText {#text} at (0,0) size 58x26
-            text run at (0,0) width 58: "PASS"
-        RenderBlock (anonymous) at (0,86) size 379x220
-          RenderText {#text} at (0,0) size 379x217
-            text run at (0,0) width 373: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla"
-            text run at (0,20) width 331: "varius enim ac mi. Curabitur sollicitudin felis quis lectus."
-            text run at (0,58) width 362: "Quisque adipiscing rhoncus sem. Proin nulla purus, vulputate"
-            text run at (0,78) width 358: "vel, varius ut, euismod et, nisi. Sed vitae felis vel orci sagittis"
-            text run at (0,98) width 365: "aliquam. Cras convallis adipiscing sem. Nam nonummy enim."
-            text run at (0,118) width 376: "Nullam bibendum lobortis neque. Vestibulum velit orci, tempus"
-            text run at (0,138) width 379: "euismod, pretium quis, interdum vitae, nulla. Phasellus eget ante"
-            text run at (0,158) width 376: "et tortor condimentum vestibulum. Suspendisse hendrerit quam"
-            text run at (0,178) width 362: "nec felis. Sed varius turpis vitae pede. Lorem ipsum dolor sit"
-            text run at (0,198) width 201: "amet, consectetuer adipiscing elit."
-    RenderBlock (anonymous) at (5,330) size 379x1
-      RenderInline {LABEL} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/chromium-mac/fast/html/details-nested-2-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/chromium-mac/fast/html/details-nested-2-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/chromium-mac/fast/html/details-nested-2-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -9,6 +9,7 @@
           RenderText {#text} at (24,8) size 63x18
             text run at (24,8) width 5: " "
             text run at (28,8) width 59: "summary"
+        RenderBlock (anonymous) at (8,42) size 768x0
         RenderBlock {DETAILS} at (8,42) size 768x68 [border: (8px solid #995555)]
           RenderBlock {SUMMARY} at (8,8) size 752x34 [border: (8px solid #CC9999)]
             RenderDetailsMarker {DIV} at (8,11) size 11x11: down

Modified: trunk/LayoutTests/platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -9,7 +9,6 @@
       RenderInline {LABEL} at (0,0) size 102x18
         RenderText {#text} at (0,0) size 102x18
           text run at (0,0) width 102: "Some inline text"
-      RenderInline {LABEL} at (0,0) size 0x0
     RenderBlock (anonymous) at (5,23) size 379x288
       RenderBlock {SUMMARY} at (0,0) size 379x288
         RenderBlock (anonymous) at (0,0) size 379x18

Modified: trunk/LayoutTests/platform/chromium-win/fast/html/details-nested-2-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/chromium-win/fast/html/details-nested-2-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/chromium-win/fast/html/details-nested-2-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -9,6 +9,7 @@
           RenderText {#text} at (24,8) size 59x19
             text run at (24,8) width 5: " "
             text run at (28,8) width 55: "summary"
+        RenderBlock (anonymous) at (8,44) size 768x0
         RenderBlock {DETAILS} at (8,44) size 768x72 [border: (8px solid #995555)]
           RenderBlock {SUMMARY} at (8,8) size 752x36 [border: (8px solid #CC9999)]
             RenderDetailsMarker {DIV} at (8,12) size 11x11: down

Modified: trunk/LayoutTests/platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -9,7 +9,6 @@
       RenderInline {LABEL} at (0,0) size 95x19
         RenderText {#text} at (0,0) size 95x19
           text run at (0,0) width 95: "Some inline text"
-      RenderInline {LABEL} at (0,0) size 0x0
     RenderBlock (anonymous) at (5,25) size 379x306
       RenderBlock {SUMMARY} at (0,0) size 379x306
         RenderBlock (anonymous) at (0,0) size 379x20

Deleted: trunk/LayoutTests/platform/efl/fast/html/details-nested-2-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/efl/fast/html/details-nested-2-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/efl/fast/html/details-nested-2-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,24 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DETAILS} at (0,0) size 784x136 [border: (8px solid #555599)]
-        RenderBlock {SUMMARY} at (8,8) size 768x34 [border: (8px solid #9999CC)]
-          RenderDetailsMarker {DIV} at (8,13) size 10x10: down
-          RenderText {#text} at (24,8) size 62x19
-            text run at (24,8) width 4: " "
-            text run at (28,8) width 58: "summary"
-        RenderBlock (anonymous) at (8,42) size 768x0
-        RenderBlock {DETAILS} at (8,42) size 768x68 [border: (8px solid #995555)]
-          RenderBlock {SUMMARY} at (8,8) size 752x34 [border: (8px solid #CC9999)]
-            RenderDetailsMarker {DIV} at (8,13) size 10x10: down
-            RenderText {#text} at (24,8) size 264x19
-              text run at (24,8) width 4: " "
-              text run at (28,8) width 260: "nested summary (details-deails-summary)"
-          RenderBlock (anonymous) at (8,42) size 752x18
-            RenderText {#text} at (0,0) size 179x19
-              text run at (0,0) width 179: "nested details (details-deails)"
-        RenderBlock (anonymous) at (8,110) size 768x18
-          RenderText {#text} at (0,0) size 40x19
-            text run at (0,0) width 40: "details"

Deleted: trunk/LayoutTests/platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,34 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,16) size 784x568
-layer at (8,16) size 784x171
-  RenderBlock {DIV} at (0,0) size 784x171 [border: (5px solid #800000)]
-    RenderBlock (anonymous) at (5,5) size 379x18
-      RenderInline {LABEL} at (0,0) size 102x19
-        RenderText {#text} at (0,0) size 102x19
-          text run at (0,0) width 102: "Some inline text"
-    RenderBlock (anonymous) at (5,23) size 379x287
-      RenderBlock {SUMMARY} at (0,0) size 379x287
-        RenderBlock (anonymous) at (0,0) size 379x18
-          RenderText {#text} at (0,0) size 102x19
-            text run at (0,0) width 102: "Some block text"
-        RenderBlock {H2} at (0,37) size 379x28 [bgcolor=#EEEEEE]
-          RenderText {#text} at (0,0) size 58x28
-            text run at (0,0) width 58: "PASS"
-        RenderBlock (anonymous) at (0,84) size 379x203
-          RenderText {#text} at (0,0) size 369x204
-            text run at (0,0) width 354: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
-            text run at (0,18) width 351: "Nulla varius enim ac mi. Curabitur sollicitudin felis quis"
-            text run at (0,36) width 368: "lectus. Quisque adipiscing rhoncus sem. Proin nulla purus,"
-            text run at (0,59) width 368: "vulputate vel, varius ut, euismod et, nisi. Sed vitae felis vel"
-            text run at (0,77) width 358: "orci sagittis aliquam. Cras convallis adipiscing sem. Nam"
-            text run at (0,95) width 318: "nonummy enim. Nullam bibendum lobortis neque."
-            text run at (0,113) width 332: "Vestibulum velit orci, tempus euismod, pretium quis,"
-            text run at (0,131) width 309: "interdum vitae, nulla. Phasellus eget ante et tortor"
-            text run at (0,149) width 369: "condimentum vestibulum. Suspendisse hendrerit quam nec"
-            text run at (0,167) width 354: "felis. Sed varius turpis vitae pede. Lorem ipsum dolor sit"
-            text run at (0,185) width 211: "amet, consectetuer adipiscing elit."
-    RenderBlock (anonymous) at (5,310) size 379x0
-      RenderInline {LABEL} at (0,0) size 0x0

Deleted: trunk/LayoutTests/platform/gtk/fast/html/details-nested-2-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/gtk/fast/html/details-nested-2-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/gtk/fast/html/details-nested-2-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,24 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,8) size 784x584
-      RenderBlock {DETAILS} at (0,0) size 784x136 [border: (8px solid #555599)]
-        RenderBlock {SUMMARY} at (8,8) size 768x34 [border: (8px solid #9999CC)]
-          RenderDetailsMarker {DIV} at (8,13) size 10x10: down
-          RenderText {#text} at (24,8) size 62x19
-            text run at (24,8) width 4: " "
-            text run at (28,8) width 58: "summary"
-        RenderBlock (anonymous) at (8,42) size 768x0
-        RenderBlock {DETAILS} at (8,42) size 768x68 [border: (8px solid #995555)]
-          RenderBlock {SUMMARY} at (8,8) size 752x34 [border: (8px solid #CC9999)]
-            RenderDetailsMarker {DIV} at (8,13) size 10x10: down
-            RenderText {#text} at (24,8) size 264x19
-              text run at (24,8) width 4: " "
-              text run at (28,8) width 260: "nested summary (details-deails-summary)"
-          RenderBlock (anonymous) at (8,42) size 752x18
-            RenderText {#text} at (0,0) size 179x19
-              text run at (0,0) width 179: "nested details (details-deails)"
-        RenderBlock (anonymous) at (8,110) size 768x18
-          RenderText {#text} at (0,0) size 40x19
-            text run at (0,0) width 40: "details"

Deleted: trunk/LayoutTests/platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (126922 => 126923)


--- trunk/LayoutTests/platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:33:11 UTC (rev 126922)
+++ trunk/LayoutTests/platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -1,34 +0,0 @@
-layer at (0,0) size 800x600
-  RenderView at (0,0) size 800x600
-layer at (0,0) size 800x600
-  RenderBlock {HTML} at (0,0) size 800x600
-    RenderBody {BODY} at (8,16) size 784x568
-layer at (8,16) size 784x171
-  RenderBlock {DIV} at (0,0) size 784x171 [border: (5px solid #800000)]
-    RenderBlock (anonymous) at (5,5) size 379x18
-      RenderInline {LABEL} at (0,0) size 102x19
-        RenderText {#text} at (0,0) size 102x19
-          text run at (0,0) width 102: "Some inline text"
-    RenderBlock (anonymous) at (5,23) size 379x287
-      RenderBlock {SUMMARY} at (0,0) size 379x287
-        RenderBlock (anonymous) at (0,0) size 379x18
-          RenderText {#text} at (0,0) size 102x19
-            text run at (0,0) width 102: "Some block text"
-        RenderBlock {H2} at (0,37) size 379x28 [bgcolor=#EEEEEE]
-          RenderText {#text} at (0,0) size 58x28
-            text run at (0,0) width 58: "PASS"
-        RenderBlock (anonymous) at (0,84) size 379x203
-          RenderText {#text} at (0,0) size 369x204
-            text run at (0,0) width 354: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
-            text run at (0,18) width 351: "Nulla varius enim ac mi. Curabitur sollicitudin felis quis"
-            text run at (0,36) width 368: "lectus. Quisque adipiscing rhoncus sem. Proin nulla purus,"
-            text run at (0,59) width 368: "vulputate vel, varius ut, euismod et, nisi. Sed vitae felis vel"
-            text run at (0,77) width 358: "orci sagittis aliquam. Cras convallis adipiscing sem. Nam"
-            text run at (0,95) width 318: "nonummy enim. Nullam bibendum lobortis neque."
-            text run at (0,113) width 332: "Vestibulum velit orci, tempus euismod, pretium quis,"
-            text run at (0,131) width 309: "interdum vitae, nulla. Phasellus eget ante et tortor"
-            text run at (0,149) width 369: "condimentum vestibulum. Suspendisse hendrerit quam nec"
-            text run at (0,167) width 354: "felis. Sed varius turpis vitae pede. Lorem ipsum dolor sit"
-            text run at (0,185) width 211: "amet, consectetuer adipiscing elit."
-    RenderBlock (anonymous) at (5,310) size 379x0
-      RenderInline {LABEL} at (0,0) size 0x0

Added: trunk/LayoutTests/platform/win-future/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt (0 => 126923)


--- trunk/LayoutTests/platform/win-future/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win-future/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt	2012-08-28 20:36:18 UTC (rev 126923)
@@ -0,0 +1,35 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,16) size 784x568
+layer at (8,16) size 784x171
+  RenderBlock {DIV} at (0,0) size 784x171 [border: (5px solid #800000)]
+    RenderBlock (anonymous) at (5,5) size 379x18
+      RenderInline {LABEL} at (0,0) size 102x19
+        RenderText {#text} at (0,0) size 102x19
+          text run at (0,0) width 102: "Some inline text"
+      RenderInline {LABEL} at (0,0) size 0x0
+    RenderBlock (anonymous) at (5,23) size 379x287
+      RenderBlock {SUMMARY} at (0,0) size 379x287
+        RenderBlock (anonymous) at (0,0) size 379x18
+          RenderText {#text} at (0,0) size 102x19
+            text run at (0,0) width 102: "Some block text"
+        RenderBlock {H2} at (0,37) size 379x28 [bgcolor=#EEEEEE]
+          RenderText {#text} at (0,0) size 58x28
+            text run at (0,0) width 58: "PASS"
+        RenderBlock (anonymous) at (0,84) size 379x203
+          RenderText {#text} at (0,0) size 369x204
+            text run at (0,0) width 354: "Lorem ipsum dolor sit amet, consectetuer adipiscing elit."
+            text run at (0,18) width 351: "Nulla varius enim ac mi. Curabitur sollicitudin felis quis"
+            text run at (0,36) width 368: "lectus. Quisque adipiscing rhoncus sem. Proin nulla purus,"
+            text run at (0,59) width 368: "vulputate vel, varius ut, euismod et, nisi. Sed vitae felis vel"
+            text run at (0,77) width 358: "orci sagittis aliquam. Cras convallis adipiscing sem. Nam"
+            text run at (0,95) width 318: "nonummy enim. Nullam bibendum lobortis neque."
+            text run at (0,113) width 332: "Vestibulum velit orci, tempus euismod, pretium quis,"
+            text run at (0,131) width 309: "interdum vitae, nulla. Phasellus eget ante et tortor"
+            text run at (0,149) width 369: "condimentum vestibulum. Suspendisse hendrerit quam nec"
+            text run at (0,167) width 354: "felis. Sed varius turpis vitae pede. Lorem ipsum dolor sit"
+            text run at (0,185) width 211: "amet, consectetuer adipiscing elit."
+    RenderBlock (anonymous) at (5,310) size 379x0
+      RenderInline {LABEL} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to