Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / object-sizing-no-width-height.xhtml
blobd99200e9d7a2334dc1280d318b01a23a2fdc8be2
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style>
6 object {
7 background: red;
9 </style>
10 </head>
11 <body>
12 <!-- Shoud fill the whole screen, no red should be visible and a vertical scrollbar, as the embedded svg is as large as the host document itself -->
13 <object data="resources/embedded.svg" type="image/svg+xml"/>
14 </body>
15 </html>