Title: [91747] trunk/LayoutTests
- Revision
- 91747
- Author
- [email protected]
- Date
- 2011-07-26 02:39:27 -0700 (Tue, 26 Jul 2011)
Log Message
Update another test that relied on fonts loading synchronously.
https://bugs.webkit.org/show_bug.cgi?id=65169
Not Reviewed, tests fix.
* platform/chromium-linux/fast/text/international/arabic-vertical-offset.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (91746 => 91747)
--- trunk/LayoutTests/ChangeLog 2011-07-26 09:10:19 UTC (rev 91746)
+++ trunk/LayoutTests/ChangeLog 2011-07-26 09:39:27 UTC (rev 91747)
@@ -1,3 +1,12 @@
+2011-07-26 Hans Wennborg <[email protected]>
+
+ Update another test that relied on fonts loading synchronously.
+ https://bugs.webkit.org/show_bug.cgi?id=65169
+
+ Not Reviewed, tests fix.
+
+ * platform/chromium-linux/fast/text/international/arabic-vertical-offset.html:
+
2011-07-26 Shinya Kawanaka <[email protected]>
Added a test to normalize option.text.
Modified: trunk/LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html (91746 => 91747)
--- trunk/LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html 2011-07-26 09:10:19 UTC (rev 91746)
+++ trunk/LayoutTests/platform/chromium-linux/fast/text/international/arabic-vertical-offset.html 2011-07-26 09:39:27 UTC (rev 91747)
@@ -15,3 +15,9 @@
<p>The square glyph should be located above the line glyph.</p>
<!-- Use arabic code points to make WebKit use ComplexTextController -->
<div>؆ۡ</div>
+<script>
+if (window.layoutTestController) {
+ layoutTestController.waitUntilDone();
+ setTimeout(function() { layoutTestController.notifyDone(); }, 100);
+}
+</script>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes