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

Unified Diff: LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-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/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-expected.html
diff --git a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-expected.html b/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-expected.html
deleted file mode 100644
index 88a7a4a3547140519d01e9319b1ce1ca50ad2d5b..0000000000000000000000000000000000000000
--- a/LayoutTests/csswg/contributors/adobe/submitted/shapes/shape-outside/shape-outside-floats-polygon-002-expected.html
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE html>
-<title>shape-outside-floats-polygon-002-reference.html</title>
-<link rel="author" title="Adobe" href="http://html.adobe.com/">
-<link rel="author" title="Bem Jones-Bey" href="mailto:bjonesbe@adobe.com">
-<meta name="flags" content="ahem">
-<style>
-.container {
- font: 20px/1 Ahem, sans-serif;
- line-height: 20px;
- width: 400px;
- height: 400px;
- background: blue;
- -webkit-writing-mode: vertical-rl;
-}
-.float-left {
- width: 20px;
- float: left;
-}
-.float-right {
- width: 20px;
- float: right;
-}
-</style>
-<body>
- <div class="container">
- <div style="height: 200px" class="float-left"></div>
- XXXXXXXXXX
- <div style="height: 180px" class="float-left"></div>
- XXXXXXXXXXX
- <div style="height: 160px" class="float-left"></div>
- XXXXXXXXXXXX
- <div style="height: 140px" class="float-left"></div>
- XXXXXXXXXXXXX
- <div style="height: 120px" class="float-left"></div>
- XXXXXXXXXXXXXX
- <div style="height: 100px" class="float-left"></div>
- XXXXXXXXXXXXXXX
- <div style="height: 80px" class="float-left"></div>
- XXXXXXXXXXXXXXXX
- <div style="height: 60px" class="float-left"></div>
- XXXXXXXXXXXXXXXXX
- <div style="height: 40px" class="float-left"></div>
- XXXXXXXXXXXXXXXXXX
- <div style="height: 20px" class="float-left"></div>
- XXXXXXXXXXXXXXXXXXX
- <div style="height: 20px" class="float-right"></div>
- XXXXXXXXXXXXXXXXXXX
- <div style="height: 40px" class="float-right"></div>
- XXXXXXXXXXXXXXXXXX
- <div style="height: 60px" class="float-right"></div>
- XXXXXXXXXXXXXXXXX
- <div style="height: 80px" class="float-right"></div>
- XXXXXXXXXXXXXXXX
- <div style="height: 100px" class="float-right"></div>
- XXXXXXXXXXXXXXX
- <div style="height: 120px" class="float-right"></div>
- XXXXXXXXXXXXXX
- <div style="height: 140px" class="float-right"></div>
- XXXXXXXXXXXXX
- <div style="height: 160px" class="float-right"></div>
- XXXXXXXXXXXX
- <div style="height: 180px" class="float-right"></div>
- XXXXXXXXXXX
- <div style="height: 200px" class="float-right"></div>
- XXXXXXXXXX
- </div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698