Title: [140501] trunk/LayoutTests
Revision
140501
Author
[email protected]
Date
2013-01-22 20:21:04 -0800 (Tue, 22 Jan 2013)

Log Message

[Chromium] Fix calendar-picker-key-operations.html
https://bugs.webkit.org/show_bug.cgi?id=101408

Reviewed by Kentaro Hara.

* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
We need to apply the waitUntilClosing idiom because picker closing
operation is asynchronous.
* platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
Fix a failure.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (140500 => 140501)


--- trunk/LayoutTests/ChangeLog	2013-01-23 04:04:25 UTC (rev 140500)
+++ trunk/LayoutTests/ChangeLog	2013-01-23 04:21:04 UTC (rev 140501)
@@ -1,3 +1,17 @@
+2013-01-22  Kent Tamura  <[email protected]>
+
+        [Chromium] Fix calendar-picker-key-operations.html
+        https://bugs.webkit.org/show_bug.cgi?id=101408
+
+        Reviewed by Kentaro Hara.
+
+        * platform/chromium/TestExpectations:
+        * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
+        We need to apply the waitUntilClosing idiom because picker closing
+        operation is asynchronous.
+        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
+        Fix a failure.
+
 2013-01-22  Yoshifumi Inoue  <[email protected]>
 
         Unreviewed. Remove a wrong entry from platfrom/chromium/TestExpectations

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (140500 => 140501)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2013-01-23 04:04:25 UTC (rev 140500)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2013-01-23 04:21:04 UTC (rev 140501)
@@ -4100,7 +4100,6 @@
 
 webkit.org/b/101377 [ Linux MountainLion ] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html [ Failure ImageOnlyFailure Pass Crash ]
 
-webkit.org/b/101408 [ Mac ] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html [ Failure ]
 webkit.org/b/101408 platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html [ Failure Pass ]
 
 webkit.org/b/104993 [ XP ] fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer.html [ Failure ]

Modified: trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html (140500 => 140501)


--- trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html	2013-01-23 04:04:25 UTC (rev 140500)
+++ trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html	2013-01-23 04:21:04 UTC (rev 140501)
@@ -111,6 +111,10 @@
     shouldBe('focusedElement()', '".clear-button[value=<<CalendarClear>>]"');
 
     eventSender.keyDown('\x1B');
+    waitUntilClosing(test2AfterClosing);
+}
+
+function test2AfterClosing() {
     shouldBeNull('document.getElementById("mock-page-popup")');
     shouldBe('document.getElementById("date").value', '"1999-12-26"');
 

Modified: trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt (140500 => 140501)


--- trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt	2013-01-23 04:04:25 UTC (rev 140500)
+++ trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt	2013-01-23 04:21:04 UTC (rev 140501)
@@ -51,7 +51,7 @@
 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
 PASS focusedElement() is ".year-month-button[value=<<]"
 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]"
-FAIL document.getElementById("mock-page-popup") should be null. Was [object HTMLIFrameElement].
+PASS document.getElementById("mock-page-popup") is null
 PASS document.getElementById("date").value is "1999-12-26"
 PASS F4 opened picker.
 PASS successfullyParsed is true
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to