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

Unified Diff: Source/web/tests/data/composited_selection_bounds_empty_layer.html

Issue 929213004: Plumb selection bounds as a single unit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TODO for moving WebSelectionBound Created 5 years, 8 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
« no previous file with comments | « Source/web/tests/data/composited_selection_bounds_empty_editable_input.html ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/data/composited_selection_bounds_empty_layer.html
diff --git a/Source/web/tests/data/composited_selection_bounds_empty_layer.html b/Source/web/tests/data/composited_selection_bounds_empty_layer.html
index 67dcfa788637d2befcaa96b7c41ccc5a791ba042..681a73c3303e86079dca0dd6319afb32da4723fe 100644
--- a/Source/web/tests/data/composited_selection_bounds_empty_layer.html
+++ b/Source/web/tests/data/composited_selection_bounds_empty_layer.html
@@ -9,6 +9,6 @@
// Even though the logical caret activated by the selection has an empty
// area, it should still propagate as a valid selection region.
- window.expectedResult = [emptyLayer, 8, 8, 8, 8, emptyLayer, 8, 8, 8, 8];
+ window.expectedResult = [emptyLayer, 8, 8, 8, 8, emptyLayer, 8, 8, 8, 8, false, false];
</script>
« no previous file with comments | « Source/web/tests/data/composited_selection_bounds_empty_editable_input.html ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698