| Index: LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html
|
| diff --git a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html
|
| index 891755fdbcf4e5df91f6141a83651243c4f9080e..f45c3add28cde9d9605f961009fc831331bd65a0 100644
|
| --- a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html
|
| +++ b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-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 onwebkitpointerlockerror");
|
| + shouldBeEqualToString("message", "inner-iframe.html onpointerlockerror");
|
| window.onmessage = null;
|
| doNextStep();
|
| }
|
|
|