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

Unified Diff: LayoutTests/paint/invalidation/spv2/relative-positioned-movement-repaint-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/relative-positioned-movement-repaint-expected.html
diff --git a/LayoutTests/fast/repaint/relative-positioned-movement-repaint.html b/LayoutTests/paint/invalidation/spv2/relative-positioned-movement-repaint-expected.html
similarity index 53%
copy from LayoutTests/fast/repaint/relative-positioned-movement-repaint.html
copy to LayoutTests/paint/invalidation/spv2/relative-positioned-movement-repaint-expected.html
index 9c009bf7966d28262498eaeb2a897cfe19dda412..a213d9c995d8eb1701fa8d862cc79ca33dfbdc70 100644
--- a/LayoutTests/fast/repaint/relative-positioned-movement-repaint.html
+++ b/LayoutTests/paint/invalidation/spv2/relative-positioned-movement-repaint-expected.html
@@ -8,17 +8,7 @@
border: 1px solid black;
-webkit-backface-visibility: hidden;
position: relative;
- left: 10px;
+ left: 50px;
}
</style>
-<script src="resources/text-based-repaint.js"></script>
-<script>
- function repaintTest()
- {
- document.body.offsetTop;
- var div = document.getElementById("block");
- div.style.left = '50px';
- }
- window.onload = runRepaintTest;
-</script>
<div id="block">When this layer moves it shouldn't generate a repaint rect.</div>

Powered by Google App Engine
This is Rietveld 408576698