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

Unified Diff: chrome/test/data/devtools/push_test_page.html

Issue 1828203005: Expose SPDY pushes in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests 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
« no previous file with comments | « chrome/test/data/devtools/image.png ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/devtools/push_test_page.html
diff --git a/chrome/test/data/devtools/push_test_page.html b/chrome/test/data/devtools/push_test_page.html
new file mode 100644
index 0000000000000000000000000000000000000000..059c719e1c936efc9ad2468374204f136e6671f3
--- /dev/null
+++ b/chrome/test/data/devtools/push_test_page.html
@@ -0,0 +1,12 @@
+<html>
+<script>
+function addImage(url)
+{
+ var image = document.createElement("img");
+ image.src = url;
+ document.body.appendChild(image);
+}
+</script>
+<body>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/devtools/image.png ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698