Chromium Code Reviews| Index: tests/html/window_open_test.dart |
| diff --git a/tests/html/window_open_test.dart b/tests/html/window_open_test.dart |
| index 6078867f5f6f0b425ca7465f5fcc751e58e2bda4..a2d04166ac1031481bd3a89d296f038f13eb8cfc 100644 |
| --- a/tests/html/window_open_test.dart |
| +++ b/tests/html/window_open_test.dart |
| @@ -9,7 +9,7 @@ main() { |
| scriptTag.innerHTML = code; |
| document.body.nodes.add(scriptTag); |
| } |
| - evaluateJavaScript('layoutTestController.setCanOpenWindows()'); |
| + evaluateJavaScript('(testRunner || layoutTestController).setCanOpenWindows()'); |
|
podivilov
2012/08/21 16:51:39
Is testRunner getter somehow exposed to JavaScript
Anton Muhin
2012/08/21 18:00:39
Sorry, what do you mean?
testRunner is now offici
|
| useHtmlConfiguration(); |
| test('TwoArgumentVersion', () { |