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

Side by Side 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: Fix layout test Created 3 years, 6 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <title>Informs the test runner when this page has loaded</title>
4 <script>
5 window.addEventListener('DOMContentLoaded', () => {
6 if (window.testRunner)
7 testRunner.notifyDone();
8 });
9 </script>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698