Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / dialog / backdrop-dynamic-style-change-expected.html
blob01cb93d2abc9de4a8824904f57b5ef4bf5c93a4a
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .backdrop {
6 position: absolute;
7 top: 100px;
8 left: 100px;
9 height: 100px;
10 width: 100px;
11 background-color: green;
13 </style>
14 </head>
15 <body>
16 Test dynamic changes to ::backdrop style. The test passes if there is a green box below.
17 <div class="backdrop"></div>
18 </body>
19 </html>