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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.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-image-set.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html
deleted file mode 100644
index 0e81c1dd652c34d4b4cd80fc7565ccbe87dbb737..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #image-shape-inside {
- shape-inside: -webkit-image-set(url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140px' height='50px'><rect x='20' y='0' width='120' height='50' fill='blue'/></svg>") 1x);
- background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140px' height='50px'><rect x='20' y='0' width='120' height='50' fill='blue'/></svg>");
- background-repeat: no-repeat;
- width: 150px;
- height: 50px;
- }
-</style>
-</head>
-<body>
- <p>The white "Hello World" should appear in the upper left of the blue rectangle.</p>
- <div style="color: white">
- <div id="image-shape-inside">Hello World</div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698