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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.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-rounded-rectangle-001.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html
deleted file mode 100644
index 46ef4f09d9701cca7122161cd2feb24baf13ae1b..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-001.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #shape-inside {
- font: 100px/1 Ahem, sans-serif;
- color: green;
- word-wrap: break-word;
- width: 300px;
- height: 300px;
- shape-inside: rectangle(0, 0, 300px, 300px, 100px, 100px);
- }
-</style>
-</head>
-<body>
- Requires Ahem font. Tests that inline content avoids the border radius of a rounded rectangle.
- Should display five green boxes in the shape of a plus.
- <div id="shape-inside">XXXXX</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698