| Index: LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-prefixed.html
|
| diff --git a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-prefixed.html b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-prefixed.html
|
| deleted file mode 100644
|
| index c6d392b529d6962e5c5b2c766d8173e06035ef2d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-prefixed.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<html>
|
| -<head>
|
| -<script src="/js-test-resources/js-test.js"></script>
|
| -<script src="../resources/pointer-lock/pointer-lock-test-harness-prefixed.js"></script>
|
| -</head>
|
| -<body>
|
| -<div>
|
| - <div id="target1"></div>
|
| - <iframe src="../resources/pointer-lock/iframe-allows-inner-iframe-prefixed.html" sandbox="allow-scripts" onload="doNextStepWithUserGesture()"></iframe>
|
| -</div>
|
| -<script>
|
| - description("Test nested sandboxed iframes without and then with allow-pointer-lock disallow pointer lock.");
|
| - window.jsTestIsAsync = true;
|
| -
|
| - targetDiv1 = document.getElementById("target1");
|
| - iframe = document.getElementsByTagName("iframe")[0];
|
| -
|
| - todo = [
|
| - function () {
|
| - iframe.contentWindow.postMessage(["pass message down", "eval", 'document.body.webkitRequestPointerLock()'], "*");
|
| - window.onmessage = function (messageEvent) {
|
| - message = messageEvent.data;
|
| - shouldBeEqualToString("message", "inner-iframe-prefixed.html onwebkitpointerlockerror");
|
| - window.onmessage = null;
|
| - doNextStep();
|
| - }
|
| - },
|
| - ];
|
| - // doNextStep() called by iframe onload handler.
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|