Diff
Modified: trunk/LayoutTests/ChangeLog (114684 => 114685)
--- trunk/LayoutTests/ChangeLog 2012-04-19 22:44:40 UTC (rev 114684)
+++ trunk/LayoutTests/ChangeLog 2012-04-19 22:49:04 UTC (rev 114685)
@@ -1,3 +1,17 @@
+2012-04-19 Ken Buchanan <[email protected]>
+
+ New ruby tests broken on Mac
+ https://bugs.webkit.org/show_bug.cgi?id=84382
+
+ Reviewed by Eric Seidel.
+
+ Tweaking new tests to make them render the same on all platforms.
+
+ * fast/ruby/floating-ruby-text-expected.txt:
+ * fast/ruby/floating-ruby-text.html:
+ * fast/ruby/positioned-ruby-text-expected.txt:
+ * fast/ruby/positioned-ruby-text.html:
+
2012-04-19 Huang Dongsung <[email protected]>
Canvas more precisely makes the bounding rect for stroke rendering.
Modified: trunk/LayoutTests/fast/ruby/floating-ruby-text-expected.txt (114684 => 114685)
--- trunk/LayoutTests/fast/ruby/floating-ruby-text-expected.txt 2012-04-19 22:44:40 UTC (rev 114684)
+++ trunk/LayoutTests/fast/ruby/floating-ruby-text-expected.txt 2012-04-19 22:49:04 UTC (rev 114685)
@@ -1,9 +1,9 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x44
- RenderBlock {HTML} at (0,0) size 800x44
- RenderBody {BODY} at (8,8) size 784x28
- RenderRuby (inline) {RUBY} at (0,0) size 784x10 [color=#FFFFFF]
+layer at (0,0) size 800x41
+ RenderBlock {HTML} at (0,0) size 800x41 [color=#FFFFFF]
+ RenderBody {BODY} at (8,8) size 784x25
+ RenderRuby (inline) {RUBY} at (0,0) size 784x10
RenderRubyRun (anonymous) at (0,5) size 784x20
RenderRubyText {RT} at (0,-5) size 784x5
RenderText {#text} at (372,0) size 40x5
Modified: trunk/LayoutTests/fast/ruby/floating-ruby-text.html (114684 => 114685)
--- trunk/LayoutTests/fast/ruby/floating-ruby-text.html 2012-04-19 22:44:40 UTC (rev 114684)
+++ trunk/LayoutTests/fast/ruby/floating-ruby-text.html 2012-04-19 22:49:04 UTC (rev 114685)
@@ -1,4 +1,4 @@
<!DOCTYPE html>
-<html>
-<ruby style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; color: white;">Attempt to create a floating ruby text element. Float is not supported for ruby text, which should be apparent from the resulting render tree.<rt style="float:left">rubytext</rt></ruby>
+<html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; color: white;">
+<ruby>Attempt to create a floating ruby text element. Float is not supported for ruby text, which should be apparent from the resulting render tree.<rt style="float:left">rubytext</rt></ruby>
</html>
Modified: trunk/LayoutTests/fast/ruby/positioned-ruby-text-expected.txt (114684 => 114685)
--- trunk/LayoutTests/fast/ruby/positioned-ruby-text-expected.txt 2012-04-19 22:44:40 UTC (rev 114684)
+++ trunk/LayoutTests/fast/ruby/positioned-ruby-text-expected.txt 2012-04-19 22:49:04 UTC (rev 114685)
@@ -1,9 +1,9 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
-layer at (0,0) size 800x54
- RenderBlock {HTML} at (0,0) size 800x54
- RenderBody {BODY} at (8,8) size 784x38
- RenderRuby (inline) {RUBY} at (0,0) size 784x10 [color=#FFFFFF]
+layer at (0,0) size 800x51
+ RenderBlock {HTML} at (0,0) size 800x51 [color=#FFFFFF]
+ RenderBody {BODY} at (8,8) size 784x35
+ RenderRuby (inline) {RUBY} at (0,0) size 784x10
RenderRubyRun (anonymous) at (0,5) size 784x30
RenderRubyText {RT} at (0,-5) size 784x5
RenderText {#text} at (372,0) size 40x5
Modified: trunk/LayoutTests/fast/ruby/positioned-ruby-text.html (114684 => 114685)
--- trunk/LayoutTests/fast/ruby/positioned-ruby-text.html 2012-04-19 22:44:40 UTC (rev 114684)
+++ trunk/LayoutTests/fast/ruby/positioned-ruby-text.html 2012-04-19 22:49:04 UTC (rev 114685)
@@ -1,4 +1,4 @@
<!DOCTYPE html>
-<html>
-<ruby style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; color: white;">Attempt to create a positioned ruby text element. Non-static position is not supported for ruby text, which should be apparent from the resulting render tree.<rt style="position: fixed">rubytext</rt></ruby>
+<html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none; color: white;">
+<ruby>Attempt to create a positioned ruby text element. Non-static position is not supported for ruby text, which should be apparent from the resulting render tree.<rt style="position: fixed">rubytext</rt></ruby>
</html>