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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-002-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-complex-polygon-002-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-002-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-002-expected.html
deleted file mode 100644
index ca7e235937873341d8bda3668a711e994209ad04..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-002-expected.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #polygon-shape-inside {
- position: absolute;
- top: 50px;
- left: 50px;
- width: 200px;
- height: 150px;
- font: 50px/1 Ahem, sans-serif;
- color: green;
- }
-
- #informative-text {
- position: absolute;
- top: 150px;
- left: 50px;
- }
-</style>
-</head>
-<body style="position:relative">
- <div id="polygon-shape-inside">XXX<br>XXX</div>
- <p id="informative-text">
- This test requires the Ahem font. It creates a self-intersecting rectilinear polygonal
- shape-inside with the default fillRule (nonzero). The content should just fill the
- shape with solid green rectangles.</p>
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698