Index: third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-different-writing-modes-left.html |
diff --git a/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-different-writing-modes-left.html b/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-different-writing-modes-left.html |
index c22125e8620c43f340fca16a107b3bff95b708fd..5af860bda8dcf83b452be13f1fe8cd0c48f7d26e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-different-writing-modes-left.html |
+++ b/third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-different-writing-modes-left.html |
@@ -1,4 +1,5 @@ |
<!DOCTYPE html> |
+<title>The block squares should wrap around the bottom of the blue shape. They should not overlap the shape.</title> |
<script src="../../../resources/testharness.js"></script> |
<script src="../../../resources/testharnessreport.js"></script> |
<script src="../resources/subpixel-utils.js"></script> |
@@ -20,10 +21,13 @@ |
border-radius: 50px 40px 30px 20px / 20px 30px 40px 50px; |
shape-outside: inset(0px round 50px 40px 30px 20px / 20px 30px 40px 50px); |
} |
+ |
+span { |
+ visibility: hidden; |
+} |
</style> |
<body> |
-<p>The block squares should wrap around the bottom of the blue shape. They should not overlap the shape.</p> |
<div id="container"> |
<span id="s1">X</span><br/> |
<div id="rounded-rect"></div> |