Title: [89446] trunk/LayoutTests
Revision
89446
Author
[email protected]
Date
2011-06-22 10:19:10 -0700 (Wed, 22 Jun 2011)

Log Message

2011-06-22  Julien Chaffraix  <[email protected]>

        Reviewed by Darin Adler.

        Assertion failure in RenderBlock::createLineBoxes() when a legend has display: inline
        https://bugs.webkit.org/show_bug.cgi?id=23753

        The bug got fixed, so landing the test case.

        * fast/dom/legend-display-inline-expected.txt: Added.
        * fast/dom/legend-display-inline.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89445 => 89446)


--- trunk/LayoutTests/ChangeLog	2011-06-22 17:17:51 UTC (rev 89445)
+++ trunk/LayoutTests/ChangeLog	2011-06-22 17:19:10 UTC (rev 89446)
@@ -1,3 +1,15 @@
+2011-06-22  Julien Chaffraix  <[email protected]>
+
+        Reviewed by Darin Adler.
+
+        Assertion failure in RenderBlock::createLineBoxes() when a legend has display: inline
+        https://bugs.webkit.org/show_bug.cgi?id=23753
+
+        The bug got fixed, so landing the test case.
+
+        * fast/dom/legend-display-inline-expected.txt: Added.
+        * fast/dom/legend-display-inline.html: Added.
+
 2011-06-22  Matthew Delaney  <[email protected]>
 
         Reverting rebaseline from r89434, because it needs more investigation.

Added: trunk/LayoutTests/fast/dom/legend-display-inline-expected.txt (0 => 89446)


--- trunk/LayoutTests/fast/dom/legend-display-inline-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/dom/legend-display-inline-expected.txt	2011-06-22 17:19:10 UTC (rev 89446)
@@ -0,0 +1,4 @@
+foo
+Bug 23753: Assertion failure in RenderBlock::createLineBoxes() when a legend has display: inline
+
+This test PASSED if it did not crash

Added: trunk/LayoutTests/fast/dom/legend-display-inline.html (0 => 89446)


--- trunk/LayoutTests/fast/dom/legend-display-inline.html	                        (rev 0)
+++ trunk/LayoutTests/fast/dom/legend-display-inline.html	2011-06-22 17:19:10 UTC (rev 89446)
@@ -0,0 +1,6 @@
+<fieldset><legend style="display: inline">foo</legend></fieldset>
+<p>Bug <a href="" Assertion failure in RenderBlock::createLineBoxes() when a legend has display: inline</p>
+<p>This test PASSED if it did not crash</p> <script>
+    if (window.layoutTestController)
+        layoutTestController.dumpAsText();
+</script>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to