Title: [99524] trunk/LayoutTests
Revision
99524
Author
[email protected]
Date
2011-11-07 22:49:51 -0800 (Mon, 07 Nov 2011)

Log Message

[Chromium] Layout Test platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=71653

Reviewed by Kent Tamura.

* platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html: Calls doTest() after iframe is loaded.

Modified Paths

Property Changed

Diff

Modified: trunk/LayoutTests/ChangeLog (99523 => 99524)


--- trunk/LayoutTests/ChangeLog	2011-11-08 06:40:26 UTC (rev 99523)
+++ trunk/LayoutTests/ChangeLog	2011-11-08 06:49:51 UTC (rev 99524)
@@ -1,3 +1,12 @@
+2011-11-07  Kenichi Ishibashi  <[email protected]>
+
+        [Chromium] Layout Test platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=71653
+
+        Reviewed by Kent Tamura.
+
+        * platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html: Calls doTest() after iframe is loaded.
+
 2011-11-07  Csaba Osztrogonác  <[email protected]>
 
         [Qt] Unreviewed morning gardening, skip a failing new test: svg/custom/getBBox-path.svg.
Property changes on: trunk/LayoutTests/ChangeLog
___________________________________________________________________

Deleted: svn:executable

Modified: trunk/LayoutTests/platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html (99523 => 99524)


--- trunk/LayoutTests/platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html	2011-11-08 06:40:26 UTC (rev 99523)
+++ trunk/LayoutTests/platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html	2011-11-08 06:49:51 UTC (rev 99524)
@@ -27,12 +27,12 @@
 }
 </script>
 </head>
-<body _onload_="doTest()">
+<body>
 <div>
 This test ensures that the IME candidate window appears at the appropriate position.  Enter some text with IME in the following gray box and convert them.  Then check whether the candidate window appears the below of the composition text.  In DRT, this test checks it by calling textInputController.firstRectForCharacterRange().
 </div>
 <div id="console"></div>
-<iframe name="iframe" style="position: absolute; top: 200px; left: 200px;" src="" width="300" height="300">
+<iframe name="iframe" style="position: absolute; top: 200px; left: 200px;" src="" width="300" height="300" _onload_="doTest()">
 </iframe>
 <script src=""
 </body>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to