Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/idlharness.https-expected.txt

Issue 2852823002: Rename KeyLock to KeyboardLock and return enum from IPC (Closed)
Patch Set: Remove KeyboardLockRequestResult::FAILURE; it is not used by Chrome. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Navigator interface: operation requestKeyLock(sequence) assert_throws: call ing operation with this = null didn't throw TypeError function "function () { 2 FAIL Navigator interface: operation requestKeyboardLock(sequence) assert_throws: calling operation with this = null didn't throw TypeError function "function () {
3 fn.apply(obj, args); 3 fn.apply(obj, args);
4 }" did not throw 4 }" did not throw
5 PASS Navigator interface: operation cancelKeyLock() 5 PASS Navigator interface: operation cancelKeyboardLock()
6 PASS Navigator must be primary interface of navigator 6 PASS Navigator must be primary interface of navigator
7 PASS Stringification of navigator 7 PASS Stringification of navigator
8 PASS Navigator interface: navigator must inherit property "requestKeyLock" with the proper type (0) 8 PASS Navigator interface: navigator must inherit property "requestKeyboardLock" with the proper type (0)
9 PASS Navigator interface: calling requestKeyLock(sequence) on navigator with too few arguments must throw TypeError 9 PASS Navigator interface: calling requestKeyboardLock(sequence) on navigator wit h too few arguments must throw TypeError
10 PASS Navigator interface: navigator must inherit property "cancelKeyLock" with t he proper type (1) 10 PASS Navigator interface: navigator must inherit property "cancelKeyboardLock" w ith the proper type (1)
11 Harness: the test ran to completion. 11 Harness: the test ran to completion.
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698