| Index: third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| diff --git a/third_party/WebKit/LayoutTests/editing/assert_selection.js b/third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| index 6c506eac9586130ff48ded4b0c0c6d526efedf32..014aa440c7c3dc8e39fc9e21bcedfe3cafed1dc6 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| +++ b/third_party/WebKit/LayoutTests/editing/assert_selection.js
|
| @@ -515,6 +515,8 @@ class Sample {
|
| /** @const @type {!Selection} */
|
| this.selection_ = this.iframe_.contentWindow.getSelection();
|
| this.selection_.document = this.document_;
|
| + this.selection_.document.offsetLeft = this.iframe_.offsetLeft;
|
| + this.selection_.document.offsetTop = this.iframe_.offsetTop;
|
|
|
| this.load(sampleText);
|
| }
|
|
|