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

Unified Diff: LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html

Issue 291333005: Remove 'webkit' prefix for pointerlockchange/error in unprefixed layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html
diff --git a/LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html b/LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html
index dc74afd1bc93a51e20e87f7ec377a22a95f92aaa..c571b9b7ea066baf529578fc80ee44335a08d792 100644
--- a/LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html
+++ b/LayoutTests/pointer-lock/pointerlockchange-pointerlockerror-events.html
@@ -25,8 +25,8 @@
testFailed("Events must not bubble to the window.");
finishJSTest();
}
- window.addEventListener("webkitpointerlockchange", errorIfEventsBubble);
- window.addEventListener("webkitpointerlockerror", errorIfEventsBubble);
+ window.addEventListener("pointerlockchange", errorIfEventsBubble);
+ window.addEventListener("pointerlockerror", errorIfEventsBubble);
todo = [
function () {
« no previous file with comments | « LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698