Index: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin.html |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fd1e42606fad2796135d04690cb17e75372b1e7a |
--- /dev/null |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-right-margin.html |
@@ -0,0 +1,19 @@ |
+<!doctype html> |
+<html> |
+<head> |
+<style> |
+.logo { |
+ width: 6em; |
+ height: 6em; |
+ background-color: gray; |
+ float: right; |
+ shape-outside: inset(1em 0px 0px 0px); |
+} |
+p { overflow: hidden; margin-right: 3em; } |
+</style> |
+</head> |
+<body> |
+<div class="logo"></div> |
+<p>This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box.</p> |
+</body> |
+</html> |