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> |