Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/vibrate-enabledforall.php

Issue 2814153002: Move feature policy vibrate tests to correct directory (Closed)
Patch Set: Update test expect Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/vibrate-enabledforall.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php b/third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/vibrate-enabledforall.php
similarity index 84%
rename from third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php
rename to third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/vibrate-enabledforall.php
index 50c03732d3efcfbde0dd322e8869f0e939a51a44..0fcaee73b87d4836b59ba1d9b27d7fa692f7dff0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-enabledforall.php
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/vibrate-enabledforall.php
@@ -22,7 +22,7 @@ if (window.testRunner) {
function loaded() {
var iframes = document.getElementsByTagName('iframe');
- for (var i = 0; i < iframes.length; ++i) { // < 1; ++i) { //
+ for (var i = 0; i < iframes.length; ++i) {
var iframe = iframes[i];
// The iframe uses eventSender to emulate a user navigatation, which requires absolute coordinates.
iframe.contentWindow.postMessage({x: iframe.offsetLeft, y: iframe.offsetTop}, "*");
@@ -32,6 +32,6 @@ function loaded() {
</head>
<body onload="loaded();">
<iframe id="f1" src="resources/feature-policy-vibrate-enabled.html"></iframe>
-<iframe id="f2" src="http://localhost:8000/feature-policy/resources/feature-policy-vibrate-enabled.html"></iframe>
+<iframe id="f2" src="http://localhost:8000/feature-policy-experimental-features/resources/feature-policy-vibrate-enabled.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698