| Index: third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html b/third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html
|
| deleted file mode 100644
|
| index de3012bc9164decc28a35bbf4926e4e1d90f8823..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/text/flexbox-selection-expected.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<div style="background-color: #ddd; font-size: 24pt">
|
| - <div style="width: 100px; display: inline-block">
|
| - <span id="a">aaaa</span><br>
|
| - <span id="b">bbbb</span>
|
| - </div><div style="width: 100px; display: inline-block">
|
| - <span id="c">cccc</span><br>
|
| - <span id="d">dddd</span>
|
| - </div>
|
| -</div>
|
| -<script>
|
| -
|
| -var b = document.querySelector('#b'),
|
| - d = document.querySelector('#d');
|
| -getSelection().setBaseAndExtent(b.firstChild, 0, d.firstChild, 2);
|
| -focus();
|
| -
|
| -</script>
|
|
|