Index: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.html |
diff --git a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.html b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.html |
index f033172151e237f343f8922c083bac9121fe2644..3773257a8dff2306e135a0082e8b0348b02bc565 100644 |
--- a/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.html |
+++ b/third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.html |
@@ -10,6 +10,6 @@ |
<iframe id="frame" src="composited_selection_bounds_basic.html"></iframe> |
<script> |
document.getElementById("frame").focus(); |
- window.expectedResult = [document, 78, 18, 78, 30, document, 18, 30, 18, 42]; |
+ window.expectedResult = [document, 78, 18, 78, 30, document, 138, 30, 138, 42]; |
</script> |