Chromium Code Reviews| Index: tests/html/window_open_test.dart |
| =================================================================== |
| --- tests/html/window_open_test.dart (revision 14114) |
| +++ tests/html/window_open_test.dart (working copy) |
| @@ -10,7 +10,7 @@ |
| scriptTag.innerHTML = code; |
| document.body.nodes.add(scriptTag); |
| } |
| - evaluateJavaScript('(testRunner || layoutTestController).setCanOpenWindows()'); |
| +// evaluateJavaScript('(window.testRunner || window.layoutTestController) ? (window.testRunner || window.layoutTestController).setCanOpenWindows() : null'); |
|
Siggi Cherem (dart-lang)
2012/10/26 00:44:51
strange - uncomment?
|
|
gram
2012/10/26 00:50:34
Good catch - this file should not be in the CL. It
|
| test('TwoArgumentVersion', () { |
| Window win = window.open('../resources/pong.html', 'testWindow'); |