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

Unified Diff: LayoutTests/transitions/unprefixed-perspective.html

Issue 955863002: Support keywords in LengthStyleInterpolation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: transitions test with interpolated perspective Created 5 years, 9 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/transitions/unprefixed-perspective.html
diff --git a/LayoutTests/transitions/unprefixed-perspective.html b/LayoutTests/transitions/unprefixed-perspective.html
index 5545d9461a4514a05eea9ca6ed1aa48c4a9d1233..cd35bf11c07558573e1cda6c20c1c793c080838d 100644
--- a/LayoutTests/transitions/unprefixed-perspective.html
+++ b/LayoutTests/transitions/unprefixed-perspective.html
@@ -1,4 +1,10 @@
<!DOCTYPE html>
+<style>
+.target {
+ -webkit-perspective: 20px;
+ perspective: 20px;
+}
+</style>
<div class="target">all 10ms</div><br>
<div class="target">perspective 10ms</div><br>
<div class="target">-webkit-perspective 10ms</div><br>

Powered by Google App Engine
This is Rietveld 408576698