summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/rounded-corners.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/compositing/rounded-corners.html')
-rw-r--r--third_party/WebKit/LayoutTests/compositing/rounded-corners.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/compositing/rounded-corners.html b/third_party/WebKit/LayoutTests/compositing/rounded-corners.html
index 4a06b39..3905e2f 100644
--- a/third_party/WebKit/LayoutTests/compositing/rounded-corners.html
+++ b/third_party/WebKit/LayoutTests/compositing/rounded-corners.html
@@ -2,6 +2,6 @@
<html>
<body>
<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=106898 -->
- <div style="width: 200px; height: 200px; background: green; border-radius: 25%; -webkit-transform: translateZ(0);"></div>
+ <div style="width: 200px; height: 200px; background: green; border-radius: 25%; transform: translateZ(0);"></div>
</body>
</html>