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

Unified Diff: LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-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/squash-partial-repaint-inside-squashed-layer-expected.html
diff --git a/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer.html b/LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
similarity index 76%
copy from LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer.html
copy to LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
index 7c8e94da4aeecfa66d72cbfde9c02107adc24d1d..9a7eb104ba0422cb40287fc7124fa0f7edab1125 100644
--- a/LayoutTests/compositing/squashing/squash-partial-repaint-inside-squashed-layer.html
+++ b/LayoutTests/paint/invalidation/spv2/squash-partial-repaint-inside-squashed-layer-expected.html
@@ -33,7 +33,7 @@ transform: translatez(0);
left: 260px;
width: 182px;
height: 29px;
- background-color:red;
+ background-color: salmon;
}
.top {
@@ -50,14 +50,6 @@ div:hover {
}
</style>
-<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
-<script>
- function repaintTest()
- {
- document.getElementById('repaintdiv').style.background = 'salmon';
- }
- runRepaintTest();
-</script>
</head>
<body>
<div class="composited box behind"></div>

Powered by Google App Engine
This is Rietveld 408576698