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.html b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-prefixed.html |
similarity index 81% |
copy from LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html |
copy to LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-prefixed.html |
index 891755fdbcf4e5df91f6141a83651243c4f9080e..c6d392b529d6962e5c5b2c766d8173e06035ef2d 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-prefixed.html |
@@ -2,12 +2,12 @@ |
<html> |
<head> |
<script src="/js-test-resources/js-test.js"></script> |
-<script src="../resources/pointer-lock/pointer-lock-test-harness.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.html" sandbox="allow-scripts" onload="doNextStepWithUserGesture()"></iframe> |
+ <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."); |
@@ -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-prefixed.html onwebkitpointerlockerror"); |
window.onmessage = null; |
doNextStep(); |
} |