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

Unified Diff: third_party/WebKit/LayoutTests/paint/text/text-match-highlights-big-line-height-expected.html

Issue 2065723002: Don't use selection bounds to paint document marker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't use selection bounds to paint document marker Created 4 years, 6 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/LayoutTests/paint/text/text-match-highlights-big-line-height-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/text/text-match-highlights-big-line-height-expected.html b/third_party/WebKit/LayoutTests/paint/text/text-match-highlights-big-line-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..73eac23dbef435a44765cc9bd0b92a20d4aaceee
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/text/text-match-highlights-big-line-height-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+Text match highlight should not extend into the line spacing.
+<div style="line-height: 30px; font-size: 15px">
+<br><span style="background-color: rgb(255, 255, 0)">AAA</span>
+</div>
+
+<div style="line-height: 30px; font-size: 15px; writing-mode: vertical-rl">
+<br><span style="background-color: rgb(255, 150, 50)">AAA</span>
+</div>

Powered by Google App Engine
This is Rietveld 408576698