Title: [91740] trunk/LayoutTests
Revision
91740
Author
[email protected]
Date
2011-07-25 21:44:30 -0700 (Mon, 25 Jul 2011)

Log Message

Updated three more tests that relied on fonts loading synchronously.

* fast/blockflow/japanese-rl-text-with-broken-font.html:
* platform/mac/fast/text/myanmar-shaping.html:
* platform/mac/fast/text/thai-combining-mark-positioning.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (91739 => 91740)


--- trunk/LayoutTests/ChangeLog	2011-07-26 03:37:26 UTC (rev 91739)
+++ trunk/LayoutTests/ChangeLog	2011-07-26 04:44:30 UTC (rev 91740)
@@ -1,5 +1,13 @@
 2011-07-25  Dan Bernstein  <[email protected]>
 
+        Updated three more tests that relied on fonts loading synchronously.
+
+        * fast/blockflow/japanese-rl-text-with-broken-font.html:
+        * platform/mac/fast/text/myanmar-shaping.html:
+        * platform/mac/fast/text/thai-combining-mark-positioning.html:
+
+2011-07-25  Dan Bernstein  <[email protected]>
+
         <rdar://problem/9835028> Font loading during layout can cause layout code to be re-entered via resource load delegate
         https://bugs.webkit.org/show_bug.cgi?id=65123
 

Modified: trunk/LayoutTests/fast/blockflow/japanese-rl-text-with-broken-font.html (91739 => 91740)


--- trunk/LayoutTests/fast/blockflow/japanese-rl-text-with-broken-font.html	2011-07-26 03:37:26 UTC (rev 91739)
+++ trunk/LayoutTests/fast/blockflow/japanese-rl-text-with-broken-font.html	2011-07-26 04:44:30 UTC (rev 91740)
@@ -15,4 +15,11 @@
 </head>
 <body style="border:5px solid black;">
 せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますかならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問したウェブページのコンテンツからも検索することができます。訪問したウェブページのコンテンツからも検索することができます。せっかく見つけたすばらしい記事がどこにあったか忘れてしまった経験はありますか ならタイトルとアドレスだけでなく、訪問
+    <script>
+        if (window.layoutTestController) {
+            layoutTestController.waitUntilDone();
+            document.body.offsetTop;
+            setTimeout(function() { layoutTestController.notifyDone(); }, 100);
+        }
+    </script>
 </body>

Modified: trunk/LayoutTests/platform/mac/fast/text/myanmar-shaping.html (91739 => 91740)


--- trunk/LayoutTests/platform/mac/fast/text/myanmar-shaping.html	2011-07-26 03:37:26 UTC (rev 91739)
+++ trunk/LayoutTests/platform/mac/fast/text/myanmar-shaping.html	2011-07-26 04:44:30 UTC (rev 91740)
@@ -11,4 +11,11 @@
     <div style="font-size: 54px; font-family: myanmar3;">
         အပြည်ပြည်ဆိုင်ရာလှုပ်ရှားမှု၊
     </div>
+    <script>
+        if (window.layoutTestController) {
+            layoutTestController.waitUntilDone();
+            document.body.offsetTop;
+            setTimeout(function() { layoutTestController.notifyDone(); }, 100);
+        }
+    </script>
 </body>

Modified: trunk/LayoutTests/platform/mac/fast/text/thai-combining-mark-positioning.html (91739 => 91740)


--- trunk/LayoutTests/platform/mac/fast/text/thai-combining-mark-positioning.html	2011-07-26 03:37:26 UTC (rev 91739)
+++ trunk/LayoutTests/platform/mac/fast/text/thai-combining-mark-positioning.html	2011-07-26 04:44:30 UTC (rev 91740)
@@ -11,4 +11,11 @@
     <div style="font-size: 54px; font-family: garuda;">
         ให้มีขึ้น การทําให้
     </div>
+    <script>
+        if (window.layoutTestController) {
+            layoutTestController.waitUntilDone();
+            document.body.offsetTop;
+            setTimeout(function() { layoutTestController.notifyDone(); }, 100);
+        }
+    </script>
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to