Title: [93984] trunk/LayoutTests
- Revision
- 93984
- Author
- [email protected]
- Date
- 2011-08-29 10:31:52 -0700 (Mon, 29 Aug 2011)
Log Message
Assertion failure in WebCore::RenderFlow::rightmostPosition
https://bugs.webkit.org/show_bug.cgi?id=12085
Reviewed by Alexey Proskuryakov.
The bug got solved. Landed the test to avoid regressing.
* fast/css/assert-marquee-not-last-element-expected.txt: Added.
* fast/css/assert-marquee-not-last-element.html: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (93983 => 93984)
--- trunk/LayoutTests/ChangeLog 2011-08-29 17:30:38 UTC (rev 93983)
+++ trunk/LayoutTests/ChangeLog 2011-08-29 17:31:52 UTC (rev 93984)
@@ -1,3 +1,15 @@
+2011-08-29 Julien Chaffraix <[email protected]>
+
+ Assertion failure in WebCore::RenderFlow::rightmostPosition
+ https://bugs.webkit.org/show_bug.cgi?id=12085
+
+ Reviewed by Alexey Proskuryakov.
+
+ The bug got solved. Landed the test to avoid regressing.
+
+ * fast/css/assert-marquee-not-last-element-expected.txt: Added.
+ * fast/css/assert-marquee-not-last-element.html: Added.
+
2011-08-29 Pavel Podivilov <[email protected]>
Unreviewed, rebaseline inspector/styles/styles-computed-trace.html in chromium.
Added: trunk/LayoutTests/fast/css/assert-marquee-not-last-element-expected.txt (0 => 93984)
--- trunk/LayoutTests/fast/css/assert-marquee-not-last-element-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/css/assert-marquee-not-last-element-expected.txt 2011-08-29 17:31:52 UTC (rev 93984)
@@ -0,0 +1,4 @@
+Bug 12085: Assertion failure in WebCore::RenderFlow::rightmostPosition
+
+marquee
+If this test does not ASSERT, it has PASSED
Added: trunk/LayoutTests/fast/css/assert-marquee-not-last-element.html (0 => 93984)
--- trunk/LayoutTests/fast/css/assert-marquee-not-last-element.html (rev 0)
+++ trunk/LayoutTests/fast/css/assert-marquee-not-last-element.html 2011-08-29 17:31:52 UTC (rev 93984)
@@ -0,0 +1,17 @@
+<html>
+<head>
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<style type="text/css">
+ marquee { display: run-in; }
+</style>
+</head>
+<body>
+<p>Bug <a href="" Assertion failure in WebCore::RenderFlow::rightmostPosition</p>
+<marquee>marquee</marquee>
+
+<p>If this test does not ASSERT, it has PASSED</p>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes