Chromium Code Reviews| Index: LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html |
| diff --git a/LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html b/LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html |
| index ac5bc8e86eac68d3fe8ab04c9a3d060da8a76c39..a0eb0d81afe6ce9f74a014a2a065dfef26daee1b 100644 |
| --- a/LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html |
| +++ b/LayoutTests/editing/text-iterator/findString-restarts-at-last-position.html |
| @@ -22,9 +22,10 @@ if (!window.testRunner) |
| testFailed('This test requires the testRunner object'); |
| else { |
| shouldBeTrue('testRunner.findString("first_", [])'); |
| - shouldBeTrue('testRunner.findString("first_step", [])'); |
| + shouldBeTrue('testRunner.findString("first_step", ["StartInSelection"])'); |
|
tkent
2013/10/17 23:31:30
Please explain why we need this change in the CL d
|
| shouldBeTrue('testRunner.findString("last_step", [])'); |
| shouldBeFalse('testRunner.findString("last_step", [])'); |
| + shouldBeTrue('testRunner.findString("last_step", ["WrapAround"])'); |
| } |
| document.getElementById("console").style.removeProperty("visibility"); |