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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003.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-complex-polygon-003.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003.html
deleted file mode 100644
index e94930bb65dc866127edc4e38ad4f89f16cbd069..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- /* This rectilinear polygon contains a self-intersecting loop (the vertices are
- numbered in the figure:
-
- 0----2---1,5---6
- | | | |
- | 3----4 |
- 8--------------7
-
- Vertical edges 8-0 and 2-3 as well as 4-5 and 5-7 wind in opposite directions.
- As a result both nonzero and evenodd fills produce the same U shaped result.
- */
- #polygon-shape-inside {
- width: 200px;
- height: 150px;
- font: 50px/1 Ahem, sans-serif;
- color: green;
- shape-inside: polygon(evenodd, 50px 50px, 150px 50px, 100px 50px, 100px 100px, 150px 100px, 150px 50px, 200px 50px, 200px 150px, 50px 150px);
- }
-
- #informative-text {
- position: absolute;
- top: 150px;
- left: 50px;
- }
-</style>
-</head>
-<body style="position:relative">
- <div id="polygon-shape-inside">X X XXX</div>
- <p id="informative-text">
- This test requires the Ahem font. It creates a self-intersecting rectilinear polygonal
- shape-inside with the evenodd fillRule. The content should just fill the
- U shape with solid green rectangles.</p>
-</body>
-</html>
-
-
-

Powered by Google App Engine
This is Rietveld 408576698