| Index: LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html
|
| diff --git a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html
|
| index ef2f5f7629ebfafd49dcfa86c7ba76cc1a2e9e31..4afe42cc8cdc9f90187231b26ff46a9e7a7e26f8 100644
|
| --- a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html
|
| +++ b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html
|
| @@ -21,7 +21,7 @@
|
| iframe.contentWindow.postMessage(["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();
|
| }
|
|
|