Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html |
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html b/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html |
| index 7bc9927a66c267cfaf04f49d8db33cdfd7d3ab62..9eee9ff03277c73f250695e12de04b5960772df6 100644 |
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html |
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/append-node-under-document.html |
| @@ -6,6 +6,9 @@ |
| if (window.testRunner) |
| testRunner.dumpAsText(); |
| +if (window.internals) |
| + internals.settings.setUnifiedTextCheckerEnabled(true); |
| + |
| function runTest() { |
| document.designMode = "on"; |
| document.open(); |