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

Unified Diff: chrome/test/data/page_load_metrics/document_write_no_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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/page_load_metrics/document_write_no_script.html
diff --git a/chrome/test/data/page_load_metrics/document_write_no_script.html b/chrome/test/data/page_load_metrics/document_write_no_script.html
new file mode 100644
index 0000000000000000000000000000000000000000..75ef8fc7ebf78ddd39cba1d24e93cf6a977dc4ba
--- /dev/null
+++ b/chrome/test/data/page_load_metrics/document_write_no_script.html
@@ -0,0 +1,9 @@
+<html>
+<script>
+ (function() {
+ document.write('<d' + 'iv>Hello world' + '</di' + 'v>');
+ })();
+</script>
+<body>
+ This page uses document.write to write a div.
+</body>
« no previous file with comments | « chrome/test/data/page_load_metrics/document_write_external_script.html ('k') | chrome/test/data/page_load_metrics/empty.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698