Title: [114674] trunk/LayoutTests
Revision
114674
Author
jer.no...@apple.com
Date
2012-04-19 14:32:41 -0700 (Thu, 19 Apr 2012)

Log Message

REGRESSION (r114666): fast/ruby/floating-ruby-text.html, fast/ruby/positioned-ruby-text.html failing on Lion Release (Tests)
https://bugs.webkit.org/show_bug.cgi?id=84384

Add platform/mac baselines for new ruby tests.

* platform/mac/fast/ruby/floating-ruby-text-expected.txt: Added.
* platform/mac/fast/ruby/positioned-ruby-text-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114673 => 114674)


--- trunk/LayoutTests/ChangeLog	2012-04-19 21:29:41 UTC (rev 114673)
+++ trunk/LayoutTests/ChangeLog	2012-04-19 21:32:41 UTC (rev 114674)
@@ -1,3 +1,13 @@
+2012-04-19  Jer Noble  <jer.no...@apple.com>
+
+        REGRESSION (r114666): fast/ruby/floating-ruby-text.html, fast/ruby/positioned-ruby-text.html failing on Lion Release (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=84384
+
+        Add platform/mac baselines for new ruby tests.
+
+        * platform/mac/fast/ruby/floating-ruby-text-expected.txt: Added.
+        * platform/mac/fast/ruby/positioned-ruby-text-expected.txt: Added.
+
 2012-04-19  Gavin Barraclough  <barraclo...@apple.com>
 
         Check in correct expectations for some passing tests.

Added: trunk/LayoutTests/platform/mac/fast/ruby/floating-ruby-text-expected.txt (0 => 114674)


--- trunk/LayoutTests/platform/mac/fast/ruby/floating-ruby-text-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/ruby/floating-ruby-text-expected.txt	2012-04-19 21:32:41 UTC (rev 114674)
@@ -0,0 +1,15 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x43
+  RenderBlock {HTML} at (0,0) size 800x43
+    RenderBody {BODY} at (8,8) size 784x27
+      RenderRuby (inline) {RUBY} at (0,0) size 784x10 [color=#FFFFFF]
+        RenderRubyRun (anonymous) at (0,5) size 784x20
+          RenderRubyText {RT} at (0,-5) size 784x5
+            RenderText {#text} at (372,0) size 40x5
+              text run at (372,0) width 40: "rubytext"
+          RenderRubyBase (anonymous) at (0,0) size 784x20
+            RenderText {#text} at (0,0) size 784x20
+              text run at (0,0) width 784: "Attempt to create a floating ruby text element. Float is not supported for"
+              text run at (0,10) width 784: "ruby text, which should be apparent from the resulting render tree."
+      RenderText {#text} at (0,0) size 0x0

Added: trunk/LayoutTests/platform/mac/fast/ruby/positioned-ruby-text-expected.txt (0 => 114674)


--- trunk/LayoutTests/platform/mac/fast/ruby/positioned-ruby-text-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac/fast/ruby/positioned-ruby-text-expected.txt	2012-04-19 21:32:41 UTC (rev 114674)
@@ -0,0 +1,16 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x53
+  RenderBlock {HTML} at (0,0) size 800x53
+    RenderBody {BODY} at (8,8) size 784x37
+      RenderRuby (inline) {RUBY} at (0,0) size 784x10 [color=#FFFFFF]
+        RenderRubyRun (anonymous) at (0,5) size 784x30
+          RenderRubyText {RT} at (0,-5) size 784x5
+            RenderText {#text} at (372,0) size 40x5
+              text run at (372,0) width 40: "rubytext"
+          RenderRubyBase (anonymous) at (0,0) size 784x30
+            RenderText {#text} at (0,0) size 784x30
+              text run at (0,0) width 784: "Attempt to create a positioned ruby text element. Non-static position is not"
+              text run at (0,10) width 784: "supported for ruby text, which should be apparent from the resulting render"
+              text run at (0,20) width 50: "tree."
+      RenderText {#text} at (0,0) size 0x0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to