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

Unified Diff: content/test/data/frame_tree/page_with_one_frame.html

Issue 2632633006: Implement NavigationThrottle::BLOCK_REQUEST_AND_COLLAPSE. (Closed)
Patch Set: ... and without breaking stuff. Created 3 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: content/test/data/frame_tree/page_with_one_frame.html
diff --git a/content/test/data/frame_tree/page_with_one_frame.html b/content/test/data/frame_tree/page_with_one_frame.html
index dd60d5db2ac4b4431ee8b8c33b4c17dbc3a52a10..4c0d1071e31b52075865aaf32031a3708edb0968 100644
--- a/content/test/data/frame_tree/page_with_one_frame.html
+++ b/content/test/data/frame_tree/page_with_one_frame.html
@@ -9,7 +9,7 @@
frame.sandbox = sandbox;
document.body.appendChild(frame);
}
-</script>
+ </script>
nasko 2017/04/20 15:53:41 Why this indent?
engedy 2017/04/28 13:43:59 Wops, sorry, I was tinkering with this file and le
</head>
<body>
This page has one cross-site iframe.

Powered by Google App Engine
This is Rietveld 408576698