Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / object-sizing-explicit-width-height.xhtml
blobb2ab75bd53c496cd610f00f55b75da8b1fe81c62
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 width: 175px;
8 height: 275px;
9 background: orange;
11 </style>
12 </head>
13 <body>
14 <!-- You should see four orange rects which are twice as high as they are long.
15 Four blue rects should be placed around the center which are 175x175 sized
16 containing a green circle in their middle
17 -->
18 <object data="resources/embedded.svg" type="image/svg+xml"/>
19 <object data="resources/embedded.svg" type="image/svg+xml"/>
20 <object data="resources/embedded.svg" type="image/svg+xml"/>
21 <object data="resources/embedded.svg" type="image/svg+xml"/>
22 </body>
23 </html>