diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/execCommand/insert-image-with-selecting-document.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/editing/execCommand/insert-image-with-selecting-document.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/insert-image-with-selecting-document.html b/third_party/WebKit/LayoutTests/editing/execCommand/insert-image-with-selecting-document.html index 9db56d2..8dae3698c 100644 --- a/third_party/WebKit/LayoutTests/editing/execCommand/insert-image-with-selecting-document.html +++ b/third_party/WebKit/LayoutTests/editing/execCommand/insert-image-with-selecting-document.html @@ -2,8 +2,8 @@ <html> <head> <script> -if (window.layoutTestController) - layoutTestController.dumpAsText(); +if (window.testRunner) + testRunner.dumpAsText(); function runTest() { document.designMode="on"; |
