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

Unified Diff: LayoutTests/paint/selection/text-selection-newline-br.html

Issue 1350973003: Invalidate line break selection rects when selected. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Don't need redundant early-out for selection rect. 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/text-selection-newline-br.html
diff --git a/LayoutTests/paint/selection/text-selection-newline-br.html b/LayoutTests/paint/selection/text-selection-newline-br.html
index 05d6aed98ed2f614fe6af437845e2153d077ca4f..580cd4676f7d67f61b34c28c5ddb361bf78b98a3 100644
--- a/LayoutTests/paint/selection/text-selection-newline-br.html
+++ b/LayoutTests/paint/selection/text-selection-newline-br.html
@@ -10,7 +10,7 @@ div {
}
</style>
</head>
-<body onload="selectRange(container, 0, container, 3);">
+<body onload="selectRangeAfterLayoutAndPaint(container, 0, container, 3);">
<!-- Two lines in one block explicitly wrapped with a br which should
include space representing a newline at end of the first line. -->
<div id="container">

Powered by Google App Engine
This is Rietveld 408576698