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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty 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-overflow-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-expected.html
deleted file mode 100644
index 9dd810fb9f41f6e1f4da5ba46ea1e9de8e083ee3..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow-expected.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #container {
- position: relative;
- font: 20px Ahem, sans-serif;
- -webkit-font-smoothing: none;
- line-height: 20px;
- width: 200px;
- height: 200px;
- border: 2px solid blue;
- }
- #shape-inside {
- margin-top: -2px;
- padding-top: 1px;
- margin-left: 49px;
- width: 100px;
- height: 49px;
- border: 1px solid green;
- }
-</style>
-</head>
-<body>
- <div id="container">
- <div id="shape-inside">X X X X X X</div>
- <div>X X X X X X</div>
- </div>
- <p>Requires Ahem font. The content should wrap inside the green rectangle, and the overflow should wrap inside the blue rectangle.</p>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698