Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / object-sizing-explicit-height.xhtml
blob8973e07233b2129bf06b637c8372f197314e5455
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 height: 175px;
9 </style>
10 </head>
11 <body>
12 <!-- You should see two rows with fow columns each containing a blue rect with a green circle in the middle. The gaps between all objects should be uniform -->
13 <object data="resources/embedded.svg" type="image/svg+xml"/>
14 <object data="resources/embedded.svg" type="image/svg+xml"/>
15 <object data="resources/embedded.svg" type="image/svg+xml"/>
16 <object data="resources/embedded.svg" type="image/svg+xml"/>
17 <object data="resources/embedded.svg" type="image/svg+xml"/>
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 </body>
22 </html>