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

Unified 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, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/idlharness.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/idlharness.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/idlharness.https-expected.txt
index e65d32e81982f99592c7f2f37187e8b7a75c736b..cea6321780e18b0a8cd196e5bce4a302952678c9 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/idlharness.https-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/keyboard-lock/idlharness.https-expected.txt
@@ -1,12 +1,12 @@
This is a testharness.js-based test.
-FAIL Navigator interface: operation requestKeyLock(sequence) assert_throws: calling operation with this = null didn't throw TypeError function "function () {
+FAIL Navigator interface: operation requestKeyboardLock(sequence) assert_throws: calling operation with this = null didn't throw TypeError function "function () {
fn.apply(obj, args);
}" did not throw
-PASS Navigator interface: operation cancelKeyLock()
+PASS Navigator interface: operation cancelKeyboardLock()
PASS Navigator must be primary interface of navigator
PASS Stringification of navigator
-PASS Navigator interface: navigator must inherit property "requestKeyLock" with the proper type (0)
-PASS Navigator interface: calling requestKeyLock(sequence) on navigator with too few arguments must throw TypeError
-PASS Navigator interface: navigator must inherit property "cancelKeyLock" with the proper type (1)
+PASS Navigator interface: navigator must inherit property "requestKeyboardLock" with the proper type (0)
+PASS Navigator interface: calling requestKeyboardLock(sequence) on navigator with too few arguments must throw TypeError
+PASS Navigator interface: navigator must inherit property "cancelKeyboardLock" with the proper type (1)
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698