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

Unified Diff: LayoutTests/compositing/rounded-corners.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform Created 6 years, 2 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/compositing/rounded-corners.html
diff --git a/LayoutTests/compositing/rounded-corners.html b/LayoutTests/compositing/rounded-corners.html
index 4a06b39a74b90dab678f73f4979985e654ee0f3f..3905e2ffec0a5bcdb82741fb8b422af10ef70767 100644
--- a/LayoutTests/compositing/rounded-corners.html
+++ b/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>

Powered by Google App Engine
This is Rietveld 408576698