diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html index 7be0734..97ac092 100644 --- a/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html +++ b/third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html @@ -17,9 +17,9 @@ This tests outdenting "two". You should see 1 before "one", "two", and "three" <script type="text/javascript"> -if (window.layoutTestController) { - layoutTestController.dumpEditingCallbacks(); - layoutTestController.dumpAsText(); +if (window.testRunner) { + testRunner.dumpEditingCallbacks(); + testRunner.dumpAsText(); } var e = document.getElementById('e'); |
