zimmermann@webkit.org | 21b47e9 | 2011-05-27 18:27:50 +0000 | [diff] [blame] | 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; |
| 8 | } |
| 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> |