| Index: third_party/WebKit/LayoutTests/svg/custom/object-sizing-zero-intrinsic-width-height-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/object-sizing-zero-intrinsic-width-height-expected.html b/third_party/WebKit/LayoutTests/svg/custom/object-sizing-zero-intrinsic-width-height-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bcdcfd725ae7451ea0e64cae1f91730027211051
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/object-sizing-zero-intrinsic-width-height-expected.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body style="margin: 0px; padding: 0px;">
|
| + <!--There should not be any red rectangle visible. -->
|
| + <svg width='0' height='0'>
|
| + <rect width='50' height='50' fill='red'/>
|
| + </svg>
|
| +
|
| + <svg width='50' height='0'>
|
| + <rect width='50' height='50' fill='red'/>
|
| + </svg>
|
| +
|
| + <svg width='0' height='50'>
|
| + <rect width='50' height='50' fill='red'/>
|
| + </svg>
|
| +</body>
|
| +</html>
|
|
|