| Index: LayoutTests/editing/shadow/selection-across-shadows-expected.html
|
| diff --git a/LayoutTests/editing/shadow/selection-shadow-mouse-drag-expected.html b/LayoutTests/editing/shadow/selection-across-shadows-expected.html
|
| similarity index 84%
|
| copy from LayoutTests/editing/shadow/selection-shadow-mouse-drag-expected.html
|
| copy to LayoutTests/editing/shadow/selection-across-shadows-expected.html
|
| index 25387cf03328a13303689529fdf0b5f0e123cf98..eefc094fd6658a98868b59449bad60cd75ae49e6 100644
|
| --- a/LayoutTests/editing/shadow/selection-shadow-mouse-drag-expected.html
|
| +++ b/LayoutTests/editing/shadow/selection-across-shadows-expected.html
|
| @@ -1,6 +1,7 @@
|
| <!DOCTYPE html>
|
| <style>* { font-family: monospace; }</style>
|
| -<div id="host">[<span id="two">Two</span> <span id="one">One</span>]</div>
|
| +<div>[<span id="one">One</span>]</div>
|
| +<div>[<span id="two">Two</span>]</div>
|
| <script>
|
| function doDrag(start, end) {
|
| if (!window.eventSender)
|
|
|