| Index: third_party/WebKit/LayoutTests/editing/spelling/spellcheck-api-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-api-crash.html b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-api-crash.html
|
| index deab365c047e62bead49a908f00493a32121ccf9..d0689b5a9ec762af160a302d15cfe10a55736134 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-api-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spellcheck-api-crash.html
|
| @@ -2,8 +2,10 @@
|
| <head>
|
| <title></title>
|
| <script language="javascript" type="text/javascript">
|
| -if (window.testRunner)
|
| +if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| + testRunner.setMockSpellCheckerEnabled(true);
|
| +}
|
|
|
| function Test() {
|
| var node0 = document.getElementById('test0');
|
|
|