Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / wicd / sizing-flakiness.html
blob78fbe1347e4cc27c0e1ac9b61b944a561a8bcf82
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 <title>Passes, if the embedded SVG image is not cropped in the middle</title>
6 <style type="text/css">
7 div {
8 float: left;
9 width: 400px;
10 height: 400px;
11 border: 1px solid red;
13 object {
14 float: left;
15 width: 50%;
17 </style>
18 </head>
20 <body>
21 <div><object type="image/svg+xml" data="resources/f.svg"/></div>
22 </body>
23 </html>