Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: third_party/WebKit/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-different-writing-modes-left.html

Issue 1908533002: Remove superfluous "*-expected.txt" files in LayoutTests/fast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698