| Index: third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text.html b/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text.html
|
| index 55ac8b2c388628ca23ee27b20e2eae649c9d2446..31ac7833dac9b193430f0aa300d44c0f999ec514 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/surrounding-text/surrounding-text.html
|
| @@ -54,8 +54,8 @@
|
| shouldBeEqualToString('surroundingText(\'<fieldset>.</fieldset>12345<button>abc</button><p>6789<br id="here"/>12345</p>6789<textarea>abc</textarea>0123<fieldset>.</fieldset>\', 0, 100)', '6789 12345 6789');
|
| shouldBeEqualToString('surroundingText(\'<button>.</button><div id="here">This is <!-- comment --!>a test <\' + \'script language="javascript"><\' + \'/script>example<button>.</button>\', 0, 100)', 'This is a test example');
|
| shouldBeEqualToString('surroundingText(\'<button>.</button><div id="here">012345678901234567890123456789</div><button>.</button>\', 15, 12)', '901234567890');
|
| - shouldBeEqualToString('surroundingText(\'<option>.</option>12345<button id="here">test</button><option>.</option>\', 1, 100)', 't');
|
| - shouldBeEqualToString('surroundingText(\'<option>.</option>12345<button>te<span id="here">st</span></button><option>.</option>\', 0, 100)', 'te');
|
| + shouldBeEqualToString('surroundingText(\'<option>.</option>12345<button id="here">test</button><option>.</option>\', 0, 100)', '');
|
| + shouldBeEqualToString('surroundingText(\'<option>.</option>12345<button>te<span id="here">st</span></button><option>.</option>\', 0, 100)', '');
|
| shouldBeEqualToString('surroundingText(\'<p id="here">.</p>\', 0, 2)', '.');
|
|
|
| document.body.removeChild(document.getElementById('test'));
|
|
|