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

Side by Side 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: added a test 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 addImage(url)
4 {
5 var image = document.createElement("img");
6 image.src = url;
7 document.body.appendChild(image);
8 }
9 </script>
10 <body>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698