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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 #box {
6 position: absolute;
7 height: 100px;
8 width: 100px;
9 background-color: green;
10 -webkit-transform: translate3d(50px, 200px, 0);
11 }
12 </style>
13 </head>
14 <body>
15 <div id="box">
16 </div>
17 <div id="result">
18 PASS - final state was matrix(1, 0, 0, 1, 50, 200)
19 </div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698