| Index: LayoutTests/editing/selection/4866671.html
 | 
| diff --git a/LayoutTests/editing/selection/4866671.html b/LayoutTests/editing/selection/4866671.html
 | 
| deleted file mode 100644
 | 
| index 4975886e411ec880dc868076543e37892a0ac041..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/editing/selection/4866671.html
 | 
| +++ /dev/null
 | 
| @@ -1,11 +0,0 @@
 | 
| -<p>This tests caret movement through -webkit-user-select:none content.  The caret should move over <b>yyy</b>.</p>
 | 
| -<div id="div" contenteditable="true">x<span style="font-weight:bold; -webkit-user-select:none;">yyy</span>x</div>
 | 
| -
 | 
| -<script>
 | 
| -var div = document.getElementById("div");
 | 
| -var sel = window.getSelection();
 | 
| -
 | 
| -sel.setPosition(div, 0);
 | 
| -sel.modify("move", "forward", "character");
 | 
| -sel.modify("move", "forward", "character");
 | 
| -</script>
 | 
| 
 |