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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-polygon-rounded-first-fit-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-polygon-rounded-first-fit-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-polygon-rounded-first-fit-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-polygon-rounded-first-fit-expected.html
deleted file mode 100644
index 0ebb7f951aef70439125f81556000ccc2861c4de..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-polygon-rounded-first-fit-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.shape-inside {
- position: absolute;
- top: 0;
- left:0;
- width: 56px;
- height: 88px;
- padding-top: 12px;
- padding-left: 44px;
- background-color: green;
-}
-</style>
-</head>
-<body>
-<div class="shape-inside"></div>
-<p style="margin-top: 120px;">There is a triangle shape-inside applied on the green box.
-The content should be inside the shape-inside. You should not see any red.</p>
-<p>Issue <a href="https://code.google.com/p/chromium/issues/detail?id=333423">333423</a>: [CSS Shapes] First line gets incorrectly adjusted in shape-inside due to rounding in some polygons</p>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698