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

Side by Side Diff: content/test/data/gpu/gpu_process_crash.html

Issue 418733002: Prevent duplicate navigation to debug URLs from Telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing file gpu_process_crash.html Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script type="text/javascript">
4 function onLoad() {
5 // This page doesn't need to take any action except
6 // set LOADED & SUCCESSful. Disable the reset() method
7 // so we don't have to do it again.
8 window.domAutomationController.reset = function() {};
9 window.domAutomationController.send("LOADED");
10 window.domAutomationController.send("SUCCESS");
11 }
12 </script>
13 </head>
14 <body onload="onLoad()">
15 GPU process crash test running.
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698