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

Unified Diff: LayoutTests/fast/shapes/shape-inside/shape-inside-inline-elements-expected.html

Issue 200633005: [CSS Shapes] Remove deprecated shapes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test expectations 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-inline-elements-expected.html
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-inline-elements-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-inline-elements-expected.html
deleted file mode 100644
index 160a31066df75d679526f19ce56496ecfe346f67..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-inline-elements-expected.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
- div {
- width: 200px;
- height: 200px;
- }
- #shape-inside {
- font-size: 0;
- padding: 100px;
- position: relative;
- }
- #border {
- position: absolute;
- left: 98px;
- top: 98px;
- border: 2px solid blue;
- }
- .inline {
- width: 100px;
- height: 100px;
- display: inline-block;
- background-color: green;
- }
-</style>
-</head>
-<body>
- Should display a green square with a blue outline.
- <div id="shape-inside">
- <div id="border"></div>
- <div class="inline"></div><div class="inline"></div><div class="inline"></div><div class="inline"></div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698