Title: [124173] trunk/LayoutTests
Revision
124173
Author
[email protected]
Date
2012-07-30 22:28:37 -0700 (Mon, 30 Jul 2012)

Log Message

[Chromium] Layout Test fast/forms/date/calendar-picker-appearance.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=92710

* fast/forms/date/calendar-picker-appearance.html:
 Attempt to fix the flakiness.
* platform/chromium/TestExpectations: Add an entry for calendar-picker-appearance.html.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124172 => 124173)


--- trunk/LayoutTests/ChangeLog	2012-07-31 04:20:24 UTC (rev 124172)
+++ trunk/LayoutTests/ChangeLog	2012-07-31 05:28:37 UTC (rev 124173)
@@ -1,3 +1,12 @@
+2012-07-30  Kent Tamura  <[email protected]>
+
+        [Chromium] Layout Test fast/forms/date/calendar-picker-appearance.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=92710
+
+        * fast/forms/date/calendar-picker-appearance.html:
+         Attempt to fix the flakiness.
+        * platform/chromium/TestExpectations: Add an entry for calendar-picker-appearance.html.
+
 2012-07-30  Peter Kasting  <[email protected]>
 
         [Chromium] Baseline and expectation followups after r124142.

Modified: trunk/LayoutTests/fast/forms/date/calendar-picker-appearance.html (124172 => 124173)


--- trunk/LayoutTests/fast/forms/date/calendar-picker-appearance.html	2012-07-31 04:20:24 UTC (rev 124172)
+++ trunk/LayoutTests/fast/forms/date/calendar-picker-appearance.html	2012-07-31 05:28:37 UTC (rev 124173)
@@ -11,7 +11,7 @@
 function finishTest() {
     console.log(pickerWindow.pagePopupController);
     pickerWindow.document.getElementById('main').removeEventListener('webkitTransitionEnd', finishTest);
-    testRunner.notifyDone();
+    setTimeout(function() {testRunner.notifyDone();}, 0);
 }
 
 console.log('Check if window.pagePopupController exists for a page-popup window.');

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (124172 => 124173)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-07-31 04:20:24 UTC (rev 124172)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-07-31 05:28:37 UTC (rev 124173)
@@ -2578,6 +2578,8 @@
 BUGWK88951 : fast/forms/color/input-appearance-color.html = IMAGE+TEXT
 BUGWK88951 : fast/forms/color/input-color-onchange-event.html = TEXT
 
+BUGWK92710 : fast/forms/date/calendar-picker-appearance.html = IMAGE PASS
+
 // New test added in r87324
 BUGCR83994 WIN : platform/win/plugins/call-_javascript_-that-destroys-plugin.html = TEXT
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to