Chromium Code Reviews| Index: LayoutTests/svg/animations/animate-viewport-overflow-expected.html |
| diff --git a/LayoutTests/svg/animations/animate-viewport-overflow-expected.html b/LayoutTests/svg/animations/animate-viewport-overflow-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a8d1b89e7f0e14a12b6a18c098d5edb30aa490b7 |
| --- /dev/null |
| +++ b/LayoutTests/svg/animations/animate-viewport-overflow-expected.html |
| @@ -0,0 +1,15 @@ |
| +<!doctype html> |
| +<head> |
| + <style> |
| + div { |
| + height:100px; width:100px; |
| + } |
| + </style> |
| +</head> |
| +<body> |
| + <div> |
| + <svg id="svg" height="300" width="100"> |
| + <rect y="200" width="100" height="100" fill="green"/> |
| + </svg> |
| + </div> |
| +</body> |