diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-2.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-2.html b/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-2.html index d4a6245..a44a8a8 100644 --- a/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-2.html +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/paste-text-with-style-2.html @@ -6,8 +6,8 @@ To manually test, copy and paste "hello world" below. WebKit should not nest b, <div id="test" contenteditable><b><i><u><font color="red">hello world</font></u></i></b></div> <script src="../../resources/dump-as-markup.js"></script> <script> -if (window.layoutTestController) - layoutTestController.dumpAsText(); +if (window.testRunner) + testRunner.dumpAsText(); Markup.description(document.getElementById('description').textContent); |
