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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.html

Issue 1994373002: Convert some repaint tests into ref tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.html
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html b/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.html
similarity index 88%
copy from third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html
copy to third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.html
index 8f438aaff406af31be3bcd3560b39e663b7b191d..5b5b5574fdf8b0cda787827c0a7607a53969db73 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/spv2/transform-absolute-child-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.html
@@ -11,9 +11,6 @@
width: 200px;
height: 200px;
border: 2px solid black;
- transform: rotate(0deg);
- }
- #box.rotated {
transform: rotate(40deg);
}
#child {
@@ -27,7 +24,7 @@
</style>
</head>
<body>
-<div id="box" class="rotated">
+<div id="box">
<div id="child">
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698