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

Unified Diff: third_party/WebKit/ManualTests/interrupted-compound-transform.html

Issue 2715113003: CSS manual tests: reduce usage of webkit prefix (Closed)
Patch Set: Created 3 years, 10 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/ManualTests/interrupted-compound-transform.html
diff --git a/third_party/WebKit/ManualTests/interrupted-compound-transform.html b/third_party/WebKit/ManualTests/interrupted-compound-transform.html
index dbd5646ce1ff0a90baaef8ed8fe4d068a2fab408..587e44ee51471680b63e325319d58b21d279843d 100644
--- a/third_party/WebKit/ManualTests/interrupted-compound-transform.html
+++ b/third_party/WebKit/ManualTests/interrupted-compound-transform.html
@@ -11,14 +11,14 @@
height: 400px;
margin: 20px;
border: 1px solid black;
- perspective: 800;
+ perspective: 800px;
}
#tester {
width: 300px;
height: 300px;
margin: 50px;
background-color: blue;
- -webkit-transition: transform 3s linear;
+ transition: transform 3s linear;
transform: rotateX(65deg) translateZ(75px) rotateZ(0deg);
transform-style: preserve-3d;
}

Powered by Google App Engine
This is Rietveld 408576698