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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.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-multiple-segments-004.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html
deleted file mode 100644
index 43f592bdf142432aa65af9f2d13c881ebf841590..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-segments-004.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<head>
-<script src='../resources/multi-segment-polygon.js'></script>
-<script>
- window.onload = function() {
- var polygon = [0,0,100,0,100,25,150,25,150,0,250,0,250,100,0,100];
- generatePolygon(250, 100, 50, polygon, "<span style='font-size:2em'>XX</span>", 'shape1');
- generatePolygon(250, 100, 50, polygon, "<span style='font-size:2em'>X</span>XX", 'shape2');
- generatePolygon(250, 100, 50, polygon, "XX<span style='font-size:2em'>X</span>", 'shape3');
- }
-</script>
-<style>
- #shape1, #shape2, #shape3 {
- margin: 10px 0;
- vertical-align: bottom;
- }
-</style>
-</head>
-<body>
- This test requires the Ahem font, and tests should all display on a 5x2 grid of green
- squares. These tests check the interaction of shape-inside with spans.
- <div id='shape1'></div>
- This test should display two 2x2 green squares, separated by a 1 unit space.
- <div id='shape2'></div>
- This test should display a 2x2 green square, and a 2x1 rectangle separated by a 1 unit space.
- <div id='shape3'></div>
- This test should display a 2x1 green rectangle, and a 2x2 square separated by a 1 unit space.
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698