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

Unified Diff: LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.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
Index: LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
diff --git a/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html b/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
index f0e372dd820ab7cb7ba91adc8c0fa0b989c6a11c..2f4ff241f5c9b23b3c03ef070f2f0cd5c8bc4f4a 100644
--- a/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
+++ b/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
@@ -9,7 +9,7 @@
<div id="target1"></div>
</div>
<script>
- description("Test that webkitpointerlockchange event is dispatched when lock is lost.")
+ description("Test that pointerlockchange event is dispatched when lock is lost.")
window.jsTestIsAsync = true;
shouldBeDefined("window.testRunner");

Powered by Google App Engine
This is Rietveld 408576698