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

Unified Diff: LayoutTests/paint/selection/invalidation-rect-excludes-newline-for-vertical-expected.txt

Issue 1355913004: Disable newline selection highlighting for vertical and RTL text. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@474759_invalidate_br_and_horiz_only
Patch Set: Merge changes. Created 5 years, 3 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: LayoutTests/paint/selection/invalidation-rect-excludes-newline-for-vertical-expected.txt
diff --git a/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt b/LayoutTests/paint/selection/invalidation-rect-excludes-newline-for-vertical-expected.txt
similarity index 94%
copy from LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
copy to LayoutTests/paint/selection/invalidation-rect-excludes-newline-for-vertical-expected.txt
index 882a685ef9ffc165baf9039eb99c66b3c8345e6c..812d902a26fb7517b16cce84bbf6400246dae5d1 100644
--- a/LayoutTests/paint/selection/invalidation-rect-includes-newline-expected.txt
+++ b/LayoutTests/paint/selection/invalidation-rect-excludes-newline-for-vertical-expected.txt
@@ -6,7 +6,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
- [8, 8, 48, 32]
+ [8, 8, 32, 32]
],
"paintInvalidationClients": [
"LayoutBlockFlow HTML",

Powered by Google App Engine
This is Rietveld 408576698