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

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

Issue 1345833003: Revert of Invalidate whitespace text on text color changes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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/invalidation/text-decoration-invalidation-expected.html
diff --git a/LayoutTests/paint/invalidation/text-decoration-invalidation-expected.html b/LayoutTests/paint/invalidation/text-decoration-invalidation-expected.html
deleted file mode 100644
index 279f5eb0350ee657e4422d4b21d63a353836e6da..0000000000000000000000000000000000000000
--- a/LayoutTests/paint/invalidation/text-decoration-invalidation-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<style>
- div {
- display: block;
- width: 400px;
- height: 100px;
- color: blue;
- }
- #underlineHover {
- text-decoration: underline;
- }
-</style>
-<div id="underlineHover">
-<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>
-</div>
-
-<div id="underlineNoHover">
-<span>When</span> <span>not hovered, </span><span>there</span> <span>should</span> <span> be </span> <span>no</span> <span>underlines.</span>
-</div>
« 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