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

Side by Side Diff: LayoutTests/paint/invalidation/text-decoration-invalidation-expected.html

Issue 1332233002: Invalidate whitespace text on text color changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TextOrColorChanged -> TextDecorationOrColorChanged 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 div {
4 display: block;
5 width: 400px;
6 height: 100px;
7 color: blue;
8 }
9 #underlineHover {
10 text-decoration: underline;
11 }
12 </style>
13 <div id="underlineHover">
14 <span>When</span> <span>hovered, </span><span>there</span> <span>should</span> <span> be </span> <span>no</span> <span>gaps</span> <span>in</span> <span>the< /span> <span>underline.</span>
15 </div>
16
17 <div id="underlineNoHover">
18 <span>When</span> <span>not hovered, </span><span>there</span> <span>should</spa n> <span> be </span> <span>no</span> <span>underlines.</span>
19 </div>
OLDNEW
« no previous file with comments | « LayoutTests/paint/invalidation/text-decoration-invalidation.html ('k') | Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698