| Index: LayoutTests/editing/spelling/markers-input-type-text.html
|
| diff --git a/LayoutTests/editing/spelling/markers-input-type-text.html b/LayoutTests/editing/spelling/markers-input-type-text.html
|
| index cf393c4c61270eaecc64fafdb216007f03699796..866a84abd082009da6f2b80715f2e96c1d80a772 100644
|
| --- a/LayoutTests/editing/spelling/markers-input-type-text.html
|
| +++ b/LayoutTests/editing/spelling/markers-input-type-text.html
|
| @@ -13,6 +13,7 @@
|
| <script src="../../fast/js/resources/js-test-pre.js"></script>
|
| </head>
|
| <body onload="test();">
|
| +<pre id="console"></pre>
|
| <textarea id="testTextArea"></textarea><br/>
|
| <input type="text" id="testInput" /><br/>
|
| <br/>
|
| @@ -30,7 +31,7 @@ function test()
|
| var testInput = document.getElementById("testInput");
|
|
|
| if (!window.internals) {
|
| - alert("Test manually. See the description for steps");
|
| + log("Test manually. See the description for steps.");
|
| return;
|
| }
|
|
|
|
|