diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html index cdb6570..67f6ae8 100644 --- a/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html +++ b/third_party/WebKit/LayoutTests/fast/frames/sandboxed-iframe-scripting.html @@ -2,8 +2,8 @@ <head> <script src="../js/resources/js-test-pre.js"></script> <script> -if (window.layoutTestController) - window.layoutTestController.dumpAsText(); +if (window.testRunner) + window.testRunner.dumpAsText(); var disallowedExecuted = 0; var allowedExecuted = 0; |