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

Unified Diff: LayoutTests/animations/3d/replace-filling-transform-expected.html

Issue 14329028: Convert replace-filling-transform to ref-test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/animations/3d/replace-filling-transform-expected.html
diff --git a/LayoutTests/animations/3d/replace-filling-transform-expected.html b/LayoutTests/animations/3d/replace-filling-transform-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2669c3e166725e633762c2607c45a01bbb7dec20
--- /dev/null
+++ b/LayoutTests/animations/3d/replace-filling-transform-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ #box {
+ position: absolute;
+ height: 100px;
+ width: 100px;
+ background-color: green;
+ -webkit-transform: translate3d(50px, 200px, 0);
+ }
+ </style>
+</head>
+<body>
+<div id="box">
+</div>
+<div id="result">
+PASS - final state was matrix(1, 0, 0, 1, 50, 200)
+</div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698