Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html |
| diff --git a/third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html b/third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5c961ed57ae657c105b94d1fe6fa9f05f79b22de |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/svg/css/background-non-integer-viewbox-expected.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<title>Test SVG in CSS backgrounds with non-integer viewBox dimensions</title> |
| +<style> |
| +#cover { |
| + position: absolute; |
| + left: 0; |
| + width: 600px; |
| + top: 0; |
| + height: 127px; |
| + background-color: blue; |
| +} |
| +</style> |
| +<div id="cover"></div> |