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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-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-content-box-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html
deleted file mode 100644
index 63903131af30fabcb847d7f249f0967a38a327c4..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-content-box-expected.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<html>
-<head>
-<style>
-.shape {
- font: 30px/1 Ahem, sans-serif;
- color: green;
- margin: 20px;
-}
-.content-box {
- background-clip: content-box;
- background-color: red;
- width: 90px;
- height: 90px;
-}
-.rounded-content-box {
- background-clip: content-box;
- background-color: grey;
- width: 90px;
- height: 90px;
- border-radius: 30px;
-}
-</style>
-</head>
-<body>
- <p>Check that shape-inside:content-box works correctly.</p>
- <div class='shape content-box'>XXX XXX XXX</div>
- <div class='shape rounded-content-box'>&nbsp;X<br>XXX<br>&nbsp;X</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698