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

Unified Diff: LayoutTests/paint/invalidation/non-text-link-invalidation-optimization.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/non-text-link-invalidation-optimization.html
diff --git a/LayoutTests/paint/invalidation/non-text-link-invalidation-optimization.html b/LayoutTests/paint/invalidation/non-text-link-invalidation-optimization.html
deleted file mode 100644
index 151014385ac07d94491a87e776f4d626889e160b..0000000000000000000000000000000000000000
--- a/LayoutTests/paint/invalidation/non-text-link-invalidation-optimization.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
-<style>
- div {
- display: block;
- width: 450px;
- height: 100px;
- color: red;
- }
- div:hover {
- color: green;
- text-decoration: underline;
- }
-</style>
-
-<!-- Ensure the optimization in https://src.chromium.org/viewvc/blink?view=rev&revision=152046 doesn't break. -->
-<div id="div">
-This test <img src="resources/bluesquare.png" width="10px" height="10px"> passes if <span>only</span> text is invalidated and <img src="resources/bluesquare.png" width="10px" height="10px"> no <img src="resources/bluesquare.png" width="10px" height="10px"> images.
-</div>
-
-<script>
-onload = runRepaintTest;
-function repaintTest() {
- if (window.eventSender);
- eventSender.mouseMoveTo(div.offsetLeft + 5, div.offsetTop + 5);
- finishRepaintTest();
-}
-</script>

Powered by Google App Engine
This is Rietveld 408576698