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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-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-vertical-text-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html
deleted file mode 100644
index 0f5022ed17c2aefa331829034c3da441b2ea3fb2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text-expected.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- #shape-inside-vertical-lr {
- padding: 20px 35px 25px 15px;
- width: 150px;
- height: 175px;
- -webkit-writing-mode: vertical-lr;
- position: relative;
- }
- #shape-inside-vertical-rl {
- padding: 20px 35px 25px 15px;
- width: 150px;
- height: 175px;
- -webkit-writing-mode: vertical-rl;
- position: relative;
- }
- #border {
- position: absolute;
- top: 15px;
- left: 10px;
- width: 160px;
- height: 185px;
- border: 2px solid blue;
- }
-</style>
-</head>
-<body>
- <div id="shape-inside-vertical-lr">
- <div id="border"></div>
- This text should be contained by the blue square.
- </div>
- <div id="shape-inside-vertical-rl">
- <div id="border"></div>
- This text should be contained by the blue square.
- </div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/shapes/shape-inside/shape-inside-vertical-text.html ('k') | LayoutTests/transitions/shape-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698