Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html |
| index 4b3ee1d82293fcbf38dc07e343a403304fe32621..266b186866f818c70d599e7fcea6abfe4bd0c72e 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-enabled/shadow-dom-rules-restart.html |
| @@ -31,7 +31,7 @@ function test() |
| { |
| InspectorTest.RuntimeAgent.evaluate("window.didReopen", dispatch); |
| - function dispatch(error, result, wasThrown) |
| + function dispatch(error, result) |
|
dgozman
2016/08/11 01:54:34
While you are here, let's add exceptionDetails sec
kozy
2016/08/11 21:04:21
Done.
|
| { |
| if (result.type !== "number") { |
| InspectorTest.evaluateInPage("console.log('Opening front-end for the first time')"); |
| @@ -50,7 +50,7 @@ function test() |
| function runTests(callback) |
| { |
| InspectorTest.selectNodeAndWaitForStyles("inner", step2); |
| - |
| + |
| function step2() |
| { |
| InspectorTest.dumpSelectedElementStyles(true); |