Title: [183549] branches/safari-600.6-branch/LayoutTests
- Revision
- 183549
- Author
- mmaxfi...@apple.com
- Date
- 2015-04-29 09:15:01 -0700 (Wed, 29 Apr 2015)
Log Message
fast/text/ruby-justification-flush.html fails on safari-600.6-branch
https://bugs.webkit.org/show_bug.cgi?id=144294
Reviewed by Andy Estes.
Simply adjust the numbers to make floating point math divide easier.
* fast/text/ruby-justification-flush-expected.html:
* fast/text/ruby-justification-flush.html:
Modified Paths
Diff
Modified: branches/safari-600.6-branch/LayoutTests/ChangeLog (183548 => 183549)
--- branches/safari-600.6-branch/LayoutTests/ChangeLog 2015-04-29 15:55:54 UTC (rev 183548)
+++ branches/safari-600.6-branch/LayoutTests/ChangeLog 2015-04-29 16:15:01 UTC (rev 183549)
@@ -1,3 +1,15 @@
+2015-04-29 Myles C. Maxfield <mmaxfi...@apple.com>
+
+ fast/text/ruby-justification-flush.html fails on safari-600.6-branch
+ https://bugs.webkit.org/show_bug.cgi?id=144294
+
+ Reviewed by Andy Estes.
+
+ Simply adjust the numbers to make floating point math divide easier.
+
+ * fast/text/ruby-justification-flush-expected.html:
+ * fast/text/ruby-justification-flush.html:
+
2015-04-28 Andy Estes <aes...@apple.com>
Unreviewed Mac gardening for safari-600.6-branch.
Modified: branches/safari-600.6-branch/LayoutTests/fast/text/ruby-justification-flush-expected.html (183548 => 183549)
--- branches/safari-600.6-branch/LayoutTests/fast/text/ruby-justification-flush-expected.html 2015-04-29 15:55:54 UTC (rev 183548)
+++ branches/safari-600.6-branch/LayoutTests/fast/text/ruby-justification-flush-expected.html 2015-04-29 16:15:01 UTC (rev 183549)
@@ -15,7 +15,7 @@
text-align: justify;
position: absolute;
bottom: 0px;
- left: 73px;
+ left: 74px;
width: 1200px;
font-family: Ahem;
}
Modified: branches/safari-600.6-branch/LayoutTests/fast/text/ruby-justification-flush.html (183548 => 183549)
--- branches/safari-600.6-branch/LayoutTests/fast/text/ruby-justification-flush.html 2015-04-29 15:55:54 UTC (rev 183548)
+++ branches/safari-600.6-branch/LayoutTests/fast/text/ruby-justification-flush.html 2015-04-29 16:15:01 UTC (rev 183549)
@@ -16,7 +16,7 @@
position: absolute;
bottom: 0px;
left: -1000px;
- width: 1200px;
+ width: 1201px;
font-family: Ahem;
}
</style>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes