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

Side by Side Diff: chrome/test/data/page_load_metrics/document_write_external_script.html

Issue 1857443002: Plumb experiment flags through page_load_metrics and add a new observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page_load_experiments
Patch Set: remove todo and fix up a test script Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <script>
3 (function() {
4 var src = "/page_load_metrics/empty.js";
5 document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
6 })();
7 </script>
8 <body>
9 This page uses document.write to load external js.
10 </body>
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/page_load_metrics/document_write_no_script.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698