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-multiple-blocks-vertical-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-multiple-blocks-vertical-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical-expected.html
deleted file mode 100644
index 5b3c37a3aa73f708f8c502e6053f7a8ff7f8d3e8..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-multiple-blocks-vertical-expected.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- .shape-inside {
- width: 170px;
- height: 280px;
- padding: 15px 20px 5px 10px;
- position: relative;
- }
- .rl { -webkit-writing-mode: vertical-rl; }
- .lr { -webkit-writing-mode: vertical-lr; }
- .border {
- position: absolute;
- top: 13px;
- left: 8px;
- width: 170px;
- height: 280px;
- border: 2px solid blue;
- }
- p { -webkit-margin-before: 0; }
-</style>
-</head>
-<body>
- <div class="shape-inside rl">
- <div class="border"></div>
- <div>
- <p>Paragraph 1. This paragraph should start at the top right corner of the blue
- rectangle. Its top and bottom edges should be within the blue rectangle.
- </div>
- <p>Paragraph 2. This paragraph should be to the left of paragraph 1. Its top
- and bottom edges should also be within the blue rectangle.
- </div>
- <div class="shape-inside lr">
- <div class="border"></div>
- <div>
- <p>Paragraph 1. This paragraph should start at the top left corner of the blue
- rectangle. Its top and bottom edges should be within the blue rectangle.
- </div>
- <p>Paragraph 2. This paragraph should be to the right of paragraph 1. Its top
- and bottom edges should also be within the blue rectangle.
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698