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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-image-002.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-002.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-002.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-002.html
deleted file mode 100644
index 3c3f12880c94e78e44b43afddae12c7df0e540ae..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-002.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #image-shape {
- font: 12px/1 Ahem, sans-serif;
- color: green;
- width: 24px;
- height: 24px;
- shape-inside: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAARElEQVRYCe3XsQ0AIAgEQHH/nV8n0AptjtCREHI0UBljZ2Mkdeo+T8UXNQMQIECAAAECBAgQIFBJ71twO+2tgACB7wILoI8HOaOmzFsAAAAASUVORK5CYII=");
- shape-image-threshold: 0;
- background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAARElEQVRYCe3XsQ0AIAgEQHH/nV8n0AptjtCREHI0UBljZ2Mkdeo+T8UXNQMQIECAAAECBAgQIFBJ71twO+2tgACB7wILoI8HOaOmzFsAAAAASUVORK5CYII=");
- background-repeat: no-repeat;
- }
-</style>
-</head>
-<body>
- <p id="informative-text">
- This test requires the Ahem font. It uses a 24x24 square PNG image where all pixels are red,
- to define a shape-inside. The content should just cover the shape with solid green.</p>
-
- <div id="image-shape">XX XX</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698