Changeset 140501 in webkit
- Timestamp:
- Jan 22, 2013, 8:21:04 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt (modified) (1 diff)
-
platform/chromium/TestExpectations (modified) (1 diff)
-
platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r140500 r140501 1 2013-01-22 Kent Tamura <tkent@chromium.org> 2 3 [Chromium] Fix calendar-picker-key-operations.html 4 https://bugs.webkit.org/show_bug.cgi?id=101408 5 6 Reviewed by Kentaro Hara. 7 8 * platform/chromium/TestExpectations: 9 * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html: 10 We need to apply the waitUntilClosing idiom because picker closing 11 operation is asynchronous. 12 * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt: 13 Fix a failure. 14 1 15 2013-01-22 Yoshifumi Inoue <yosin@chromium.org> 2 16 -
trunk/LayoutTests/platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt
r135516 r140501 52 52 PASS focusedElement() is ".year-month-button[value=<<]" 53 53 PASS focusedElement() is ".clear-button[value=<<CalendarClear>>]" 54 FAIL document.getElementById("mock-page-popup") should be null. Was [object HTMLIFrameElement]. 54 PASS document.getElementById("mock-page-popup") is null 55 55 PASS document.getElementById("date").value is "1999-12-26" 56 56 PASS F4 opened picker. -
trunk/LayoutTests/platform/chromium/TestExpectations
r140500 r140501 4101 4101 webkit.org/b/101377 [ Linux MountainLion ] platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html [ Failure ImageOnlyFailure Pass Crash ] 4102 4102 4103 webkit.org/b/101408 [ Mac ] platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html [ Failure ]4104 4103 webkit.org/b/101408 platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html [ Failure Pass ] 4105 4104 -
trunk/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html
r134180 r140501 112 112 113 113 eventSender.keyDown('\x1B'); 114 waitUntilClosing(test2AfterClosing); 115 } 116 117 function test2AfterClosing() { 114 118 shouldBeNull('document.getElementById("mock-page-popup")'); 115 119 shouldBe('document.getElementById("date").value', '"1999-12-26"');
Note:
See TracChangeset
for help on using the changeset viewer.