diff options
| author | rniwa@webkit.org <rniwa@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2012-06-13 08:51:53 +0000 |
|---|---|---|
| committer | rniwa@webkit.org <rniwa@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2012-06-13 08:51:53 +0000 |
| commit | fa75183a2196126150c1bc171f031ec179bec816 (patch) | |
| tree | 009c41a933f44232e2d4d4785008ba2d523a15aa /third_party/WebKit/LayoutTests/editing/execCommand/outdent-nested-lists-3.html | |
| parent | a1bdb6e507fa841be572537ac58eebde353b4870 (diff) | |
| download | chromium_src-fa75183a2196126150c1bc171f031ec179bec816.zip chromium_src-fa75183a2196126150c1bc171f031ec179bec816.tar.gz chromium_src-fa75183a2196126150c1bc171f031ec179bec816.tar.bz2 | |
Editing tests should use testRunner instead of layoutTestController
https://bugs.webkit.org/show_bug.cgi?id=88955
Reviewed by Darin Adler.
* editing/:
* platform/blackberry/editing/text-iterator/findString-markers.html:
* platform/chromium-linux/editing/selection/linux_selection_color.html:
* platform/chromium-win/editing/selection/paragraph-granularity-expected.txt:
* platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt:
* platform/chromium-win/editing/selection/word-granularity-expected.txt:
* platform/chromium/editing/spelling/delete-misspelled-word.html:
* platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html:
* platform/gtk/editing/pasteboard/middle-button-paste.html:
* platform/gtk/editing/pasteboard/script-tests/middle-click-onpaste.js:
* platform/gtk/editing/selection/caret-mode-document-begin-end.html:
* platform/gtk/editing/selection/paragraph-granularity-expected.txt:
* platform/gtk/editing/selection/triple-click-in-pre-expected.txt:
* platform/gtk/editing/selection/word-granularity-expected.txt:
* platform/mac/editing/:
* platform/qt/editing/selection/paragraph-granularity-expected.txt:
* platform/qt/editing/selection/triple-click-in-pre-expected.txt:
* platform/qt/editing/selection/word-granularity-expected.txt:
* platform/win/editing/deleting/delete-start-block-expected.txt:
* platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html:
* platform/win/editing/selection/shift-page-up-down.html:
git-svn-id: svn://svn.chromium.org/blink/trunk@120173 bbb929c8-8fbe-4397-9dbb-9b2b20218538
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'); |
