Diff
Modified: trunk/LayoutTests/ChangeLog (127812 => 127813)
--- trunk/LayoutTests/ChangeLog 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/ChangeLog 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,3 +1,51 @@
+2012-09-06 Pravin D <[email protected]>
+
+ fast/table/empty-row-crash.html and fast/table/inline-form-assert.html should be dumpAsText tests
+ https://bugs.webkit.org/show_bug.cgi?id=95613
+
+ Reviewed by Julien Chaffraix.
+
+ Modified the test cases empty-row-crash.html and inline-form-assert.html to dumpAsText tests.
+ As the testcases check for crash/assert and not for the correctness of content layout or painting
+ they can be safely modified to dumpAsText tests.
+
+ * fast/table/empty-row-crash-expected.txt: Added.
+ New expected file.
+ * fast/table/empty-row-crash.html:
+ Added a short description about the testcase.
+
+ * fast/table/inline-form-assert-expected.txt: Added.
+ New expected file.
+ * fast/table/inline-form-assert.html:
+
+ * platform/chromium-linux/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/chromium-linux/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/chromium-mac-snowleopard/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/chromium-mac/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/chromium-mac/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/chromium-win/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/chromium-win/fast/table/empty-row-crash-expected.txt: Removed.
+ * platform/chromium-win/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/chromium-win/fast/table/inline-form-assert-expected.txt: Removed.
+ * platform/efl/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/efl/fast/table/empty-row-crash-expected.txt: Removed.
+ * platform/efl/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/efl/fast/table/inline-form-assert-expected.txt: Removed.
+ * platform/gtk/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/gtk/fast/table/empty-row-crash-expected.txt: Removed.
+ * platform/gtk/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/gtk/fast/table/inline-form-assert-expected.txt: Removed.
+ * platform/mac/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/mac/fast/table/empty-row-crash-expected.txt: Removed.
+ * platform/mac/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/mac/fast/table/inline-form-assert-expected.txt: Removed.
+ * platform/qt/fast/table/empty-row-crash-expected.png: Removed.
+ * platform/qt/fast/table/empty-row-crash-expected.txt: Removed.
+ * platform/qt/fast/table/inline-form-assert-expected.png: Removed.
+ * platform/qt/fast/table/inline-form-assert-expected.txt: Removed.
+ Removed obsolete baselines.
+
2012-09-06 Geoffrey Garen <[email protected]>
Rolled back in <http://trac.webkit.org/changeset/127698> with a fix for
Added: trunk/LayoutTests/fast/table/empty-row-crash-expected.txt (0 => 127813)
--- trunk/LayoutTests/fast/table/empty-row-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/table/empty-row-crash-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -0,0 +1,4 @@
+The testcase checks that inserting a row into an empty table doesn't result in a crash.
+
+No crash means test PASSED.
+
Modified: trunk/LayoutTests/fast/table/empty-row-crash.html (127812 => 127813)
--- trunk/LayoutTests/fast/table/empty-row-crash.html 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/fast/table/empty-row-crash.html 2012-09-07 02:45:23 UTC (rev 127813)
@@ -2,12 +2,15 @@
<body>
<table id="obj">
<script>
+if(window.testRunner)
+ testRunner.dumpAsText();
obj.createTFoot();
obj.deleteTFoot();
obj.focus();
obj.insertRow();
obj.insertRow();
</script>
-This test passes if it does not crash.
+The testcase checks that inserting a row into an empty table doesn't result in a crash.<br><br>
+No crash means test PASSED.
</body>
</html>
Added: trunk/LayoutTests/fast/table/inline-form-assert-expected.txt (0 => 127813)
--- trunk/LayoutTests/fast/table/inline-form-assert-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/table/inline-form-assert-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -0,0 +1,5 @@
+Test for http://bugs.webkit.org/show_bug.cgi?id=12373 ASSERTION FAILURE: !child->needsLayout() on paypal.com.
+
+No assert means test PASSED.
+
+
Modified: trunk/LayoutTests/fast/table/inline-form-assert.html (127812 => 127813)
--- trunk/LayoutTests/fast/table/inline-form-assert.html 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/fast/table/inline-form-assert.html 2012-09-07 02:45:23 UTC (rev 127813)
@@ -6,12 +6,16 @@
</style>
</head>
<body>
+<script>
+if(window.testRunner)
+ testRunner.dumpAsText();
+</script>
<p>
Test for <i><a href=""
ASSERTION FAILURE: !child->needsLayout() on paypal.com</i>.
</p>
<p>
- No assert means test PASS.
+ No assert means test PASSED.
</p>
<table>
<form></form>
Deleted: trunk/LayoutTests/platform/chromium-linux/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-linux/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-mac-snowleopard/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-win/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-win/fast/table/empty-row-crash-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/chromium-win/fast/table/empty-row-crash-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/chromium-win/fast/table/empty-row-crash-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,12 +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 (anonymous) at (0,0) size 784x20
- RenderText {#text} at (0,0) size 212x19
- text run at (0,0) width 212: "This test passes if it does not crash."
- RenderTable {TABLE} at (0,20) size 4x6
- RenderTableSection {TBODY} at (0,0) size 4x6
- RenderTableRow {TR} at (0,2) size 4x0
- RenderTableRow {TR} at (0,4) size 4x0
Deleted: trunk/LayoutTests/platform/chromium-win/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/chromium-win/fast/table/inline-form-assert-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/chromium-win/fast/table/inline-form-assert-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/chromium-win/fast/table/inline-form-assert-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,36 +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 {P} at (0,0) size 784x20
- RenderText {#text} at (0,0) size 51x19
- text run at (0,0) width 51: "Test for "
- RenderInline {I} at (0,0) size 708x19
- RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
- RenderText {#text} at (51,0) size 305x19
- text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=12373"
- RenderText {#text} at (356,0) size 403x19
- text run at (356,0) width 4: " "
- text run at (360,0) width 399: "ASSERTION FAILURE: !child->needsLayout() on paypal.com"
- RenderText {#text} at (759,0) size 4x19
- text run at (759,0) width 4: "."
- RenderBlock {P} at (0,36) size 784x20
- RenderText {#text} at (0,0) size 172x19
- text run at (0,0) width 172: "No assert means test PASS."
- RenderTable {TABLE} at (0,72) size 2x0
- RenderTable {TABLE} at (0,72) size 2x2
- RenderTableSection {TBODY} at (0,0) size 2x2
- RenderTable {TABLE} at (0,74) size 5x4
- RenderTableSection {THEAD} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,78) size 5x4
- RenderTableSection {TFOOT} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,82) size 2x4
- RenderTableSection {TBODY} at (0,0) size 2x4
- RenderTableRow {TR} at (0,2) size 2x0
Deleted: trunk/LayoutTests/platform/efl/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/table/empty-row-crash-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/efl/fast/table/empty-row-crash-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/efl/fast/table/empty-row-crash-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,12 +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 (anonymous) at (0,0) size 784x18
- RenderText {#text} at (0,0) size 220x19
- text run at (0,0) width 220: "This test passes if it does not crash."
- RenderTable {TABLE} at (0,18) size 4x6
- RenderTableSection {TBODY} at (0,0) size 4x6
- RenderTableRow {TR} at (0,2) size 4x0
- RenderTableRow {TR} at (0,4) size 4x0
Deleted: trunk/LayoutTests/platform/efl/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/efl/fast/table/inline-form-assert-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/efl/fast/table/inline-form-assert-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/efl/fast/table/inline-form-assert-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,36 +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 {P} at (0,0) size 784x18
- RenderText {#text} at (0,0) size 53x19
- text run at (0,0) width 53: "Test for "
- RenderInline {I} at (0,0) size 707x19
- RenderInline {A} at (0,0) size 301x19 [color=#0000EE]
- RenderText {#text} at (53,0) size 301x19
- text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi?id=12373"
- RenderText {#text} at (354,0) size 406x19
- text run at (354,0) width 4: " "
- text run at (358,0) width 402: "ASSERTION FAILURE: !child->needsLayout() on paypal.com"
- RenderText {#text} at (760,0) size 4x19
- text run at (760,0) width 4: "."
- RenderBlock {P} at (0,34) size 784x18
- RenderText {#text} at (0,0) size 175x19
- text run at (0,0) width 175: "No assert means test PASS."
- RenderTable {TABLE} at (0,68) size 2x0
- RenderTable {TABLE} at (0,68) size 2x2
- RenderTableSection {TBODY} at (0,0) size 2x2
- RenderTable {TABLE} at (0,70) size 5x4
- RenderTableSection {THEAD} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,74) size 5x4
- RenderTableSection {TFOOT} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,78) size 2x4
- RenderTableSection {TBODY} at (0,0) size 2x4
- RenderTableRow {TR} at (0,2) size 2x0
Deleted: trunk/LayoutTests/platform/gtk/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/gtk/fast/table/empty-row-crash-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/gtk/fast/table/empty-row-crash-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/gtk/fast/table/empty-row-crash-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,12 +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 (anonymous) at (0,0) size 784x18
- RenderText {#text} at (0,0) size 220x19
- text run at (0,0) width 220: "This test passes if it does not crash."
- RenderTable {TABLE} at (0,18) size 4x6
- RenderTableSection {TBODY} at (0,0) size 4x6
- RenderTableRow {TR} at (0,2) size 4x0
- RenderTableRow {TR} at (0,4) size 4x0
Deleted: trunk/LayoutTests/platform/gtk/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/gtk/fast/table/inline-form-assert-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/gtk/fast/table/inline-form-assert-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/gtk/fast/table/inline-form-assert-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,36 +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 {P} at (0,0) size 784x18
- RenderText {#text} at (0,0) size 53x19
- text run at (0,0) width 53: "Test for "
- RenderInline {I} at (0,0) size 707x19
- RenderInline {A} at (0,0) size 301x19 [color=#0000EE]
- RenderText {#text} at (53,0) size 301x19
- text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi?id=12373"
- RenderText {#text} at (354,0) size 406x19
- text run at (354,0) width 4: " "
- text run at (358,0) width 402: "ASSERTION FAILURE: !child->needsLayout() on paypal.com"
- RenderText {#text} at (760,0) size 4x19
- text run at (760,0) width 4: "."
- RenderBlock {P} at (0,34) size 784x18
- RenderText {#text} at (0,0) size 175x19
- text run at (0,0) width 175: "No assert means test PASS."
- RenderTable {TABLE} at (0,68) size 2x0
- RenderTable {TABLE} at (0,68) size 2x2
- RenderTableSection {TBODY} at (0,0) size 2x2
- RenderTable {TABLE} at (0,70) size 5x4
- RenderTableSection {THEAD} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,74) size 5x4
- RenderTableSection {TFOOT} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,78) size 2x4
- RenderTableSection {TBODY} at (0,0) size 2x4
- RenderTableRow {TR} at (0,2) size 2x0
Deleted: trunk/LayoutTests/platform/mac/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/mac/fast/table/empty-row-crash-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/mac/fast/table/empty-row-crash-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/mac/fast/table/empty-row-crash-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,12 +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 (anonymous) at (0,0) size 784x18
- RenderText {#text} at (0,0) size 220x18
- text run at (0,0) width 220: "This test passes if it does not crash."
- RenderTable {TABLE} at (0,18) size 4x6
- RenderTableSection {TBODY} at (0,0) size 4x6
- RenderTableRow {TR} at (0,2) size 4x0
- RenderTableRow {TR} at (0,4) size 4x0
Deleted: trunk/LayoutTests/platform/mac/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/mac/fast/table/inline-form-assert-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/mac/fast/table/inline-form-assert-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/mac/fast/table/inline-form-assert-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,36 +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 {P} at (0,0) size 784x18
- RenderText {#text} at (0,0) size 53x18
- text run at (0,0) width 53: "Test for "
- RenderInline {I} at (0,0) size 707x18
- RenderInline {A} at (0,0) size 301x18 [color=#0000EE]
- RenderText {#text} at (53,0) size 301x18
- text run at (53,0) width 301: "http://bugs.webkit.org/show_bug.cgi?id=12373"
- RenderText {#text} at (354,0) size 406x18
- text run at (354,0) width 4: " "
- text run at (358,0) width 402: "ASSERTION FAILURE: !child->needsLayout() on paypal.com"
- RenderText {#text} at (760,0) size 4x18
- text run at (760,0) width 4: "."
- RenderBlock {P} at (0,34) size 784x18
- RenderText {#text} at (0,0) size 175x18
- text run at (0,0) width 175: "No assert means test PASS."
- RenderTable {TABLE} at (0,68) size 2x0
- RenderTable {TABLE} at (0,68) size 2x2
- RenderTableSection {TBODY} at (0,0) size 2x2
- RenderTable {TABLE} at (0,70) size 5x4
- RenderTableSection {THEAD} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,74) size 5x4
- RenderTableSection {TFOOT} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,78) size 2x4
- RenderTableSection {TBODY} at (0,0) size 2x4
- RenderTableRow {TR} at (0,2) size 2x0
Deleted: trunk/LayoutTests/platform/qt/fast/table/empty-row-crash-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/qt/fast/table/empty-row-crash-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/qt/fast/table/empty-row-crash-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/qt/fast/table/empty-row-crash-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,12 +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 (anonymous) at (0,0) size 784x19
- RenderText {#text} at (0,0) size 212x19
- text run at (0,0) width 212: "This test passes if it does not crash."
- RenderTable {TABLE} at (0,19) size 4x6
- RenderTableSection {TBODY} at (0,0) size 4x6
- RenderTableRow {TR} at (0,2) size 4x0
- RenderTableRow {TR} at (0,4) size 4x0
Deleted: trunk/LayoutTests/platform/qt/fast/table/inline-form-assert-expected.png
(Binary files differ)
Deleted: trunk/LayoutTests/platform/qt/fast/table/inline-form-assert-expected.txt (127812 => 127813)
--- trunk/LayoutTests/platform/qt/fast/table/inline-form-assert-expected.txt 2012-09-07 02:43:17 UTC (rev 127812)
+++ trunk/LayoutTests/platform/qt/fast/table/inline-form-assert-expected.txt 2012-09-07 02:45:23 UTC (rev 127813)
@@ -1,36 +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 {P} at (0,0) size 784x19
- RenderText {#text} at (0,0) size 51x19
- text run at (0,0) width 51: "Test for "
- RenderInline {I} at (0,0) size 708x19
- RenderInline {A} at (0,0) size 305x19 [color=#0000EE]
- RenderText {#text} at (51,0) size 305x19
- text run at (51,0) width 305: "http://bugs.webkit.org/show_bug.cgi?id=12373"
- RenderText {#text} at (356,0) size 403x19
- text run at (356,0) width 4: " "
- text run at (360,0) width 399: "ASSERTION FAILURE: !child->needsLayout() on paypal.com"
- RenderText {#text} at (759,0) size 4x19
- text run at (759,0) width 4: "."
- RenderBlock {P} at (0,35) size 784x19
- RenderText {#text} at (0,0) size 172x19
- text run at (0,0) width 172: "No assert means test PASS."
- RenderTable {TABLE} at (0,70) size 2x0
- RenderTable {TABLE} at (0,70) size 2x2
- RenderTableSection {TBODY} at (0,0) size 2x2
- RenderTable {TABLE} at (0,72) size 5x4
- RenderTableSection {THEAD} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,76) size 5x4
- RenderTableSection {TFOOT} at (0,0) size 5x4
- RenderTableRow (anonymous) at (0,2) size 5x0
- RenderTableCell (anonymous) at (2,2) size 1x0 [r=0 c=0 rs=1 cs=1]
- RenderInline {FORM} at (0,0) size 0x0
- RenderTable {TABLE} at (0,80) size 2x4
- RenderTableSection {TBODY} at (0,0) size 2x4
- RenderTableRow {TR} at (0,2) size 2x0