Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: third_party/WebKit/Source/web/tests/data/composited_selection_bounds_iframe.html

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed ESTABLISHED/DISSOLVED Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698