Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / transitions / position-background-transition-expected.html
blob4c7fdea9ee877c9ac9d4bd0ede3f53fb2cfc323c
1 <!DOCTYPE html>
2 <style>
3 #test {
4 position: absolute;
5 top: 100px;
6 width: 100px;
7 height: 100px;
8 background: green;
10 </style>
11 <div id="test">This box should transition from red to green.</div>