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

Unified Diff: LayoutTests/paint/invalidation/spv2/filter-repaint-accelerated-child-with-filter-child-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-repaint-accelerated-child-with-filter-child-expected.html
diff --git a/LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html b/LayoutTests/paint/invalidation/spv2/filter-repaint-accelerated-child-with-filter-child-expected.html
similarity index 63%
copy from LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html
copy to LayoutTests/paint/invalidation/spv2/filter-repaint-accelerated-child-with-filter-child-expected.html
index cff16550b9af7ec0d3901151c7ef375c057ee847..c7f75a147afdfdf38c97c152fa0eaf61fc4cf026 100644
--- a/LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html
+++ b/LayoutTests/paint/invalidation/spv2/filter-repaint-accelerated-child-with-filter-child-expected.html
@@ -19,6 +19,7 @@ div {
#resize {
background-color: green;
+ width: 100px;
}
</style>
@@ -27,13 +28,3 @@ div {
<div class="drop-shadow" id="resize"></div>
</div>
</div>
-
-<script src="resources/text-based-repaint.js"></script>
-<script>
-
-function repaintTest() {
- var resizeElement = document.getElementById("resize");
- resizeElement.style.width = "100px";
-}
-window.onload = runRepaintTest;
-</script>

Powered by Google App Engine
This is Rietveld 408576698