Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / two-different-iframe-not-share-style-image-expected.html
blob8aea173a18b478916b9e6a753a166b0b917827e3
1 <!DOCTYPE html>
2 <body>
3 <iframe id="red" srcdoc="<body style='width:100px; height:100px; background: url(resources/a/box.png)'></body>"></iframe>
4 <iframe id="green" srcdoc="<body style='width:100px; height:100px; background: url(resources/b/box.png)'></body>"></iframe>
5 </body>