Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / loader / resources / simultaneous-reloads-assert-frame.html
blobdca05edfe26c05f89684c7ed30d42210be45e677
1 <html>
2 <head>
3 <title></title>
4 </head>
5 <body onload="parent.frameLoaded()">
6 <p>
7 If you do not hit an assertion failure when opening
8 this test with a debug build, then you pass the test.
9 </p>
10 <iframe src='data:text/html,
11 <img src="somethingtolookfor.gif">
12 '></iframe>
13 <iframe src='data:text/html,
14 <img src="somethingtolookfor.gif">
15 '></iframe>
16 </body>
17 </html>