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

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: Fix test Created 5 years, 9 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: 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>

Powered by Google App Engine
This is Rietveld 408576698