Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/vibrate_in_same_origin_iframe_allowed.html

Issue 2642263006: Allow vibrate in cross-origin iframes with user gesture. (Closed)
Patch Set: git cl try Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/http/tests/security/vibrate_in_same_origin_iframe_allowed.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/vibrate_in_same_origin_iframe_allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/vibrate_in_same_origin_iframe_allowed.html
index 770c058a5edf4e6c57c54c3dcd8a4ab0f37029da..bef01c5b9393c906f1f04d9cda907910d0f7c781 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/vibrate_in_same_origin_iframe_allowed.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/vibrate_in_same_origin_iframe_allowed.html
@@ -4,6 +4,12 @@
<title>Vibrate in same-origin iframe is allowed.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
+ <script>
+ if (window.testRunner) {
+ testRunner.dumpAsText();
+ testRunner.dumpChildFramesAsText();
+ }
+ </script>
</head>
<iframe id="iframe" src="resources/same-origin-iframe-for-vibrate-allowed.html"></iframe>
</html>

Powered by Google App Engine