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

Unified Diff: LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html

Issue 1302183007: Convert some text-based-repaint tests for spv2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/spv2/filter-invalidation-after-display-expected.html
diff --git a/LayoutTests/fast/repaint/filter-invalidation-after-display.html b/LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
similarity index 55%
copy from LayoutTests/fast/repaint/filter-invalidation-after-display.html
copy to LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
index efb928ea07052f9ed37dfaf36838718d076a8425..f51796acdbb02e9026bdb6c94d44bcbbc41650f5 100644
--- a/LayoutTests/fast/repaint/filter-invalidation-after-display.html
+++ b/LayoutTests/paint/invalidation/spv2/filter-invalidation-after-display-expected.html
@@ -17,12 +17,4 @@
This test checks that we correctly invalidate filters when they are removed.
There should be no red below.
-->
-<div class="green drop-shadowed box" id="box"></div>
-<script src="resources/text-based-repaint.js"></script>
-<script>
-function repaintTest() {
- var box = document.getElementById('box');
- box.classList.toggle('drop-shadowed');
-}
-window.onload = runRepaintTest;
-</script>
+<div class="green box" id="box"></div>

Powered by Google App Engine
This is Rietveld 408576698