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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy-experimental-features/resources/feature-policy-vibrate-relocate.html

Issue 2855133004: Re-enable feature policy layout tests after bug fix. (Closed)
Patch Set: Updated fp-vibrate tests expect Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Feature-Policy Vibrate Relocated</title> 2 <title>Feature-Policy Vibrate Relocated</title>
5 <script src="/resources/testharness.js"></script>
6 <script src="/resources/testharnessreport.js"></script>
7 <script> 3 <script>
8 function loaded() { 4 window.onload = function() {
9 document.location = "http://localhost:8000/feature-policy-experimental-feature s/resources/feature-policy-vibrate-disabled.html"; 5 document.location = "http://localhost:8000/feature-policy-experimental-feature s/resources/feature-policy-vibrate.html";
10 parent.postMessage("Relocate completed", '*');
11 } 6 }
12 </script> 7 </script>
13 </head>
14 <body onload="loaded()"></body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698