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

Unified Diff: LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-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/should-not-repaint-composited-opacity-expected.html
diff --git a/LayoutTests/animations/insert-composited-animation-expected.html b/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
similarity index 54%
copy from LayoutTests/animations/insert-composited-animation-expected.html
copy to LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
index 5d963b71e60c5c3a6023ea8c2078addf9aa75d9a..8cac59a0690e3ab4c3c8d23b6c4caa975a7f82b5 100644
--- a/LayoutTests/animations/insert-composited-animation-expected.html
+++ b/LayoutTests/paint/invalidation/spv2/should-not-repaint-composited-opacity-expected.html
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<style>
-div {
- position: absolute;
+#composited-box {
width: 100px;
height: 100px;
background: green;
- transform: translate(50px, 50px);
+ opacity: 0.5;
}
</style>
-<div></div>
+<div id="composited-box"></div>

Powered by Google App Engine
This is Rietveld 408576698