Diff
Modified: trunk/LayoutTests/ChangeLog (94326 => 94327)
--- trunk/LayoutTests/ChangeLog 2011-09-01 19:01:16 UTC (rev 94326)
+++ trunk/LayoutTests/ChangeLog 2011-09-01 19:12:01 UTC (rev 94327)
@@ -1,3 +1,17 @@
+2011-09-01 Simon Fraser <[email protected]>
+
+ r93794 results in ruby tests causing assertion failure in RenderBlock.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=67007
+
+ Reviewed by Beth Dakin.
+
+ Disable these asserting ruby tests until the underlying issue can be fixed.
+
+ * fast/ruby/after-block-doesnt-crash.html-disabled: Renamed from LayoutTests/fast/ruby/after-block-doesnt-crash.html.
+ * fast/ruby/after-table-doesnt-crash.html-disabled: Renamed from LayoutTests/fast/ruby/after-table-doesnt-crash.html.
+ * fast/ruby/generated-after-counter-doesnt-crash.html-disabled: Renamed from LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html.
+ * fast/ruby/generated-before-and-after-counter-doesnt-crash.html-disabled: Renamed from LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html.
+
2011-09-01 James Robinson <[email protected]>
[chromium] Update baselines for vertical-text-glyph-test.html
Deleted: trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html (94326 => 94327)
--- trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html 2011-09-01 19:01:16 UTC (rev 94326)
+++ trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html 2011-09-01 19:12:01 UTC (rev 94327)
@@ -1,23 +0,0 @@
-<meta http-equiv="refresh" content="1;url="" />
-<style>
- ruby::after {
- display: block;
- content: url("http://yy");
- }
-</style>
-<ruby>
- <ruby>
- <ruby>
- <style>
- ruby {
- float: right;
- }
- </style>
- </ruby>
- </ruby>
-</ruby>
-<script>
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-</script>
-This test passes if it doesn't crash.
Copied: trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html-disabled (from rev 94326, trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html) (0 => 94327)
--- trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html-disabled (rev 0)
+++ trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html-disabled 2011-09-01 19:12:01 UTC (rev 94327)
@@ -0,0 +1,23 @@
+<meta http-equiv="refresh" content="1;url="" />
+<style>
+ ruby::after {
+ display: block;
+ content: url("http://yy");
+ }
+</style>
+<ruby>
+ <ruby>
+ <ruby>
+ <style>
+ ruby {
+ float: right;
+ }
+ </style>
+ </ruby>
+ </ruby>
+</ruby>
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html (94326 => 94327)
--- trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html 2011-09-01 19:01:16 UTC (rev 94326)
+++ trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html 2011-09-01 19:12:01 UTC (rev 94327)
@@ -1,23 +0,0 @@
-<meta http-equiv="refresh" content="1;url="" />
-<style>
- ruby::after {
- display: table;
- content: url("http://yy");
- }
-</style>
-<ruby>
- <ruby>
- <ruby>
- <style>
- ruby {
- float: right;
- }
- </style>
- </ruby>
- </ruby>
-</ruby>
-<script>
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-</script>
-This test passes if it doesn't crash.
Copied: trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html-disabled (from rev 94326, trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html) (0 => 94327)
--- trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html-disabled (rev 0)
+++ trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html-disabled 2011-09-01 19:12:01 UTC (rev 94327)
@@ -0,0 +1,23 @@
+<meta http-equiv="refresh" content="1;url="" />
+<style>
+ ruby::after {
+ display: table;
+ content: url("http://yy");
+ }
+</style>
+<ruby>
+ <ruby>
+ <ruby>
+ <style>
+ ruby {
+ float: right;
+ }
+ </style>
+ </ruby>
+ </ruby>
+</ruby>
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html (94326 => 94327)
--- trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html 2011-09-01 19:01:16 UTC (rev 94326)
+++ trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html 2011-09-01 19:12:01 UTC (rev 94327)
@@ -1,26 +0,0 @@
-<html>
-<script>
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-</script>
-<style type="text/css">
-
-ruby:after{
- counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
-}
-ruby::after{
- display: table;
- content: url("http://xx");
-}
-
-</style>
- <ruby>
- <ruby>
- <ruby>
-<style type="text/css">
-ruby{
- float: left;
-}
-</style>
- <ruby>
-This test passes if it doesn't crash.
Copied: trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html-disabled (from rev 94326, trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html) (0 => 94327)
--- trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html-disabled (rev 0)
+++ trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html-disabled 2011-09-01 19:12:01 UTC (rev 94327)
@@ -0,0 +1,26 @@
+<html>
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<style type="text/css">
+
+ruby:after{
+ counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
+}
+ruby::after{
+ display: table;
+ content: url("http://xx");
+}
+
+</style>
+ <ruby>
+ <ruby>
+ <ruby>
+<style type="text/css">
+ruby{
+ float: left;
+}
+</style>
+ <ruby>
+This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html (94326 => 94327)
--- trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html 2011-09-01 19:01:16 UTC (rev 94326)
+++ trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html 2011-09-01 19:12:01 UTC (rev 94327)
@@ -1,33 +0,0 @@
-<html>
-<script>
- if (window.layoutTestController)
- layoutTestController.dumpAsText();
-</script>
-<style type="text/css">
-
-ruby:before{
- counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
-}
-ruby::before{
- display: table;
- content: url("http://xx");
-}
-ruby:after{
- counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
-}
-ruby::after{
- display: table;
- content: url("http://yy");
-}
-
-</style>
- <ruby>
- <ruby>
- <ruby>
-<style type="text/css">
-ruby{
- float: left;
-}
-</style>
- <ruby>
-This test passes if it doesn't crash.
Copied: trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html-disabled (from rev 94326, trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html) (0 => 94327)
--- trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html-disabled (rev 0)
+++ trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html-disabled 2011-09-01 19:12:01 UTC (rev 94327)
@@ -0,0 +1,33 @@
+<html>
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+<style type="text/css">
+
+ruby:before{
+ counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
+}
+ruby::before{
+ display: table;
+ content: url("http://xx");
+}
+ruby:after{
+ counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
+}
+ruby::after{
+ display: table;
+ content: url("http://yy");
+}
+
+</style>
+ <ruby>
+ <ruby>
+ <ruby>
+<style type="text/css">
+ruby{
+ float: left;
+}
+</style>
+ <ruby>
+This test passes if it doesn't crash.