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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations Created 6 years, 9 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: LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
index 995d6c53bcf0aa70b0def4fbaf3e4b3f6b47e167..d966d79eba94437fa3c7e4b6aad8cb9627102e79 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
@@ -15,12 +15,6 @@
<body>
<div id="rectangles">
<div style="margin-top: 0px;">
- <p>This text should be pushed down below the green rectangle. (There is a rectangle(0px, 0px, 0px, 1em) shape-inside CSS property on the green rectangle.)</p>
- </div>
- <div>
- <p>This text should be pushed down below the green rectangle. (There is a rectangle(0px, 0px, 1em, 0px) shape-inside CSS property on the green rectangle.)</p>
- </div>
- <div>
<p>This text should be pushed down below the green rectangle. (There is a circle(0px at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
</div>
<div>

Powered by Google App Engine
This is Rietveld 408576698