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-empty-segments-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-empty-segments-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html
deleted file mode 100644
index 97a10fc5ada2fa34cd30e3a773fbd297c0799786..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-segments-expected.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src='../resources/multi-segment-polygon.js'></script>
-<script>
- window.onload = function() {
- simulateWithText(100, 100, 50, [' x', 'xx'], 'first');
- simulateWithText(100, 100, 50, ['x', 'xx'], 'last');
- simulateWithText(200, 100, 50, ['x x', 'xxxx'], 'middle');
- simulateWithText(100, 100, 50, [' x', 'xx'], 'first-outside');
- simulateWithText(100, 100, 50, ['x', 'xx'], 'last-outside');
- simulateWithText(100, 100, 50, [' x', 'xx'], 'first-intersect');
- simulateWithText(100, 100, 50, ['x', 'xx'], 'last-intersect');
- }
-</script>
-</head>
-<body>
- <p>These tests cover multisegment polygons where some segments should not have content, either because they are too small, or because they are outside the content box. It requires the Ahem font.</p>
- <p>An empty initial segment on the first line [2x2 grid]</p>
- <div id='first'></div>
- <p>An empty final segment on the first line [2x2 grid]</p>
- <div id='last'></div>
- <p>An empty middle segment on the first line [4x2] grid</p>
- <div id='middle'></div>
- <p>The initial segment is outside the content box [2x2] grid</p>
- <div id='first-outside'></div>
- <p>The final segment is outside the content box [2x2] grid</p>
- <div id='last-outside'></div>
- <p>The first segment intersects the content box, and is too small [2x2] grid</p>
- <div id='first-intersect'></div>
- <p>The last segment intersects the content box, and is too small [2x2] grid</p>
- <div id='last-intersect'></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698