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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-001.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-simple-polygon-001.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-001.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-001.html
deleted file mode 100644
index f0dca447fd6be0fb81bbba587751357d477f0414..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-001.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../resources/subpixel-utils.js"></script>
-<script src="../resources/simple-polygon.js"></script>
-<script>
- // Concave assymetric simple polygon with horizontal top and bottom edges. Roughly an hourglass shape.
- var vertices = [{x:40, y:40}, {x:440, y:40}, {x:320, y:160}, {x:480, y:320}, {x:80, y:320}, {x:200, y:200}];
- var lineHeight = 40;
-
- function init() {
- createPolygonShapeInsideTestCase();
- }
-</script>
-
-<style id="stylesheet">
- #polygon-shape-inside, #polygon-svg-shape {
- position: absolute;
- left: 0px;
- top: 0px;
- }
-</style>
-</head>
-
-<body onload="init()">
- <svg id="polygon-svg-shape" xmlns="http://www.w3.org/2000/svg"></svg>
- <div id="polygon-shape-inside"></div>
- <p id="informative-text">
- This test requires the Ahem font. It creates a polygonal shape-inside and a matching
- filled SVG polygon. The content should just fill the shape with alternating black and
- empty rectangles on each line.</p>
-</body>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698