summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html b/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
index 044dc7e..4babad7 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/nested-render-surfaces-with-rotation.html
@@ -42,11 +42,11 @@
}
.rotated {
- -webkit-transform: translateZ(0) rotate(5deg);
+ transform: translateZ(0) rotate(5deg);
}
.counter-rotated {
- -webkit-transform: translateZ(0) rotate(-9deg);
+ transform: translateZ(0) rotate(-9deg);
}
</style>
<script src="resources/nested-render-surfaces.js"></script>