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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-callFunctionOn-async.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> 4 <script>
5 5
6 testRunner.setDumpConsoleMessages(false); 6 testRunner.setDumpConsoleMessages(false);
7 function test() 7 function test()
8 { 8 {
9 InspectorTest.runTestSuite([ 9 InspectorTest.runTestSuite([
10 function testArguments(next) 10 function testArguments(next)
11 { 11 {
12 callFunctionOn( 12 callFunctionOn(
13 "({a : 1})", 13 "({a : 1})",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 InspectorTest.logObject(result); 143 InspectorTest.logObject(result);
144 } 144 }
145 } 145 }
146 </script> 146 </script>
147 </head> 147 </head>
148 <body onLoad="runTest();"> 148 <body onLoad="runTest();">
149 Tests that Runtime.callFunctionOn works with awaitPromise flag. 149 Tests that Runtime.callFunctionOn works with awaitPromise flag.
150 </body> 150 </body>
151 </html> 151 </html>
152 152
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698