Index: LayoutTests/fast/shapes/shape-outside-floats/shape-outside-negative-block-width.html |
diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-negative-block-width.html b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-negative-block-width.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eabb99bd10a2e7ad4ee754f0c3ba716c7e8786ec |
--- /dev/null |
+++ b/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-negative-block-width.html |
@@ -0,0 +1,18 @@ |
+<!DOCTYPE html> |
+<style> |
+* { |
+ shape-margin: 52%; |
+ shape-outside: circle(20px at 20px 20px); |
+ width: 10px; |
+ float: left; |
+ overflow-y: scroll; |
+} |
+</style> |
+<body> |
+<img src=""> |
+<script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |
+<div>Test passes if it does not crash.</div> |
+</body> |