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

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

Issue 2664253002: Revert "Blink handle selection handle visibility" (Closed)
Patch Set: Created 3 years, 11 months 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 3773257a8dff2306e135a0082e8b0348b02bc565..f033172151e237f343f8922c083bac9121fe2644 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, 138, 30, 138, 42];
+ window.expectedResult = [document, 78, 18, 78, 30, document, 18, 30, 18, 42];
</script>

Powered by Google App Engine
This is Rietveld 408576698