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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-empty.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.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
index 7510f1e7adfdcd490e06c81ca8ea87bed473a0f6..2207aa1ae68baefaf6504e3bcd4546d5f3609fef 100644
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html
@@ -10,14 +10,6 @@
background-color: green;
}
- #shape-inside-rectangle-width0 {
- shape-inside: rectangle(0px, 0px, 0px, 1em);
- }
-
- #shape-inside-rectangle-height0 {
- shape-inside: rectangle(0px, 0px, 1em, 0px);
- }
-
#shape-inside-circle-radius0 {
shape-inside: circle(0px at 0px 0px);
}
@@ -41,13 +33,7 @@
</head>
<body>
<div id="rectangles">
- <p id="shape-inside-rectangle-width0" style="margin-top: 0px;">
- 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>
- <p id="shape-inside-rectangle-height0">
- 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>
- <p id="shape-inside-circle-radius0">
+ <p id="shape-inside-circle-radius0" style="margin-top: 0px;">
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>
<p id="shape-inside-ellipse-radiusX0">

Powered by Google App Engine
This is Rietveld 408576698