Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / insert-style-dependent-animation-expected.html
blobdd034e9ae674aa5349464fce7a4929923fa4451a
1 <!DOCTYPE html>
2 <style>
3 div {
4 position: absolute;
5 width: 100px;
6 height: 100px;
7 font-size: 50px;
8 background: green;
9 transform: translate(1em, 1em);
11 </style>
12 <div></div>