12 <script src=
"../../../resources/check-layout.js"></script>
15 <p>crbug.com/
2210 - Rendering of fallback content is very inconsistent among browsers. This captures Blink's current rendering of each test case.
</p>
16 <object class=
"object" data-expected-width=
"300" data-expected-height=
"150"></object>
17 <object class=
"object" data-expected-width=
"300" data-expected-height=
"150"> </object>
18 <object class=
"object" data-expected-width=
"20" data-expected-height=
"20">X
</object>
19 <object class=
"object" type=
"application/x-no-such-plugin" width=
"100" height=
"100" data-expected-width=
"100" data-expected-height=
"100"></object>
20 <object class=
"object" type=
"application/x-no-such-plugin" data-expected-width=
"300" data-expected-height=
"150"></object>
21 <object class=
"object" width=
"100" height=
"100" data-expected-width=
"100" data-expected-height=
"100"></object>
22 <object class=
"object" data-expected-width=
"0" data-expected-height=
"0"><div style=
"height:100px; width:100px; background-color:green;"></div></object>
23 <object class=
"object" width=
"100" height=
"100" data-expected-width=
"0" data-expected-height=
"0"><div style=
"height:100px; width:100px; background-color:green;"></div></object>
24 <applet class=
"object" type=
"application/x-no-such-plugin" width=
"100" height=
"100" data-expected-width=
"0" data-expected-height=
"0"></applet>
25 <applet class=
"object" width=
"100" height=
"100" data-expected-width=
"0" data-expected-height=
"0"></applet>
26 <applet class=
"object" data-expected-width=
"0" data-expected-height=
"0"></applet>
28 checkLayout('.object')