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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-image-003-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-image-003-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-003-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-003-expected.html
deleted file mode 100644
index cebfbd9df8adb4ae3eee38ddc059489b04366998..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-003-expected.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-#image-shape {
- font: 50px/1 Ahem, sans-serif;
- margin: 0px;
- color: green;
- width: 350px;
- height: 350px;
- background-image: url("../resources/svg-shape-001.svg");
- background-repeat: no-repeat;
-}
-</style>
-<body>
- <p id="informative-text">
- This test requires the Ahem font. It uses svg-shape-001.svg to define a shape-inside.
- The content should just cover the blue background shape with solid green.</p>
-
- <pre id="image-shape">
-XXXXX
-
- XXX
- X
- XXX
-
-XXXXX
-</pre>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698