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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/debugger/continueToLocation.html

Issue 2942573003: [DevTools] New harness for inspector-protocol layout tests (Closed)
Patch Set: Protocol -> dp Created 3 years, 6 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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script type="text/javascript" src="../../http/tests/inspector-protocol/inspecto r-protocol-test.js"></script> 3 <script type="text/javascript" src="../../http/tests/inspector-protocol/resource s/inspector-protocol-test.js"></script>
4 <script type="text/javascript" src="resources/statements.js"></script> 4 <script type="text/javascript" src="resources/statements.js"></script>
5 <script> 5 <script>
6 6
7 function test() 7 function test()
8 { 8 {
9 var scenario = [ 9 var scenario = [
10 // requested line number, expected control parameter 'step', expected li ne number 10 // requested line number, expected control parameter 'step', expected li ne number
11 [ 8, 1, 8 ], 11 [ 8, 1, 8 ],
12 [ 8, 1, 8 ], 12 [ 8, 1, 8 ],
13 [ 12, 6, 17 ], 13 [ 12, 6, 17 ],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 InspectorTest.log("Unexpected debugger pause"); 94 InspectorTest.log("Unexpected debugger pause");
95 InspectorTest.completeTest(); 95 InspectorTest.completeTest();
96 } 96 }
97 } 97 }
98 } 98 }
99 </script> 99 </script>
100 </head> 100 </head>
101 <body onLoad="runTest();"> 101 <body onLoad="runTest();">
102 </body> 102 </body>
103 </html> 103 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698