Chromium Code Reviews| Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html |
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..81cd473f25575f8e987f2b5a54dc116005dde010 |
| --- /dev/null |
| +++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-insert-svg-shape-expected.html |
| @@ -0,0 +1,16 @@ |
| +<html> |
| +<head> |
| +<style> |
| +.container { |
| + font: 50px/1 Ahem, sans-serif; |
| + color: green; |
| +} |
| +</style> |
| +</head> |
| +<body> |
| +<div class="container"> |
| +<p>X<br> X<br>X</p> |
| +</div> |
| +</body> |
| +</html> |
| + |