Index: LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html |
diff --git a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html |
index 59cea55fd622a79567cf4aab03c60934d4a93b34..a9f921d95856720146b8932ea57061d17b39b2b3 100644 |
--- a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html |
+++ b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html |
@@ -21,7 +21,7 @@ |
iframe.contentWindow.postMessage(["pass message down", "eval", 'document.body.webkitRequestPointerLock()'], "*"); |
window.onmessage = function (messageEvent) { |
message = messageEvent.data; |
- shouldBeEqualToString("message", "inner-iframe.html onwebkitpointerlockchange, document.webkitPointerLockElement = [object HTMLBodyElement]"); |
+ shouldBeEqualToString("message", "inner-iframe.html onpointerlockchange, document.webkitPointerLockElement = [object HTMLBodyElement]"); |
window.onmessage = null; |
doNextStep(); |
} |