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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/blank.html

Issue 2905113002: Initialize a default feature policy for all documents (Closed)
Patch Set: Nits 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/xslt-document-insertion.xsl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/blank.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/blank.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/blank.html
new file mode 100644
index 0000000000000000000000000000000000000000..8de20fe931851e7b05a74c38e39c6541c13a2c28
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/blank.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<title>Informs the test runner when this page has loaded</title>
+<script>
+window.addEventListener('DOMContentLoaded', () => {
+ if (window.testRunner)
+ testRunner.notifyDone();
+});
+</script>
+</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/xslt-document-insertion.xsl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698