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

Unified Diff: third_party/WebKit/LayoutTests/css2.1/20110323/vertical-align-boxes-001.htm

Issue 2827713002: Delete duplicated LayoutTests from css2.1/20110323 (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/LayoutTests/css2.1/20110323/vertical-align-boxes-001.htm
diff --git a/third_party/WebKit/LayoutTests/css2.1/20110323/vertical-align-boxes-001.htm b/third_party/WebKit/LayoutTests/css2.1/20110323/vertical-align-boxes-001.htm
deleted file mode 100644
index b597b0155eabb1ba709778f69dd611f48a7c1da1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/css2.1/20110323/vertical-align-boxes-001.htm
+++ /dev/null
@@ -1,75 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html>
- <head>
- <title>CSS Test: Vertical Alignment boxes: replaced elements</title>
- <script src="../../resources/ahem.js"></script>
- <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
- <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#line-height">
- <meta name="flags" content="ahem image">
- <meta name="assert" content="Vertical alignment aligns the margin box of inline replaced elements.">
- <style type="text/css">
- .test {
- height: 2em;
- font: 40px/60px Ahem; color: blue;
- }
-
- #control {
- height: 40px;
- margin-bottom: -18px;
- }
- #length {
- vertical-align: -28px;
- padding-top: 15px;
- border-top: 10px solid;
- margin: 10px 0;
- }
- #percent {
- vertical-align: 50%;
- padding-bottom: 15px;
- border-bottom: 10px solid;
- margin-bottom: -48px;
- }
- #text-bottom {
- vertical-align: text-bottom;
- padding-bottom: 10px;
- border-bottom: 15px solid;
- margin-bottom: -10px;
- }
- #text-top {
- vertical-align: text-top;
- padding-top: 15px;
- border-top: 10px solid;
- margin-top: 10px;
- }
- #middle {
- vertical-align: middle;
- padding-top: 15px;
- border-top: 10px solid;
- margin-bottom: -28px;
- }
- #baseline {
- vertical-align: baseline;
- padding-bottom: 10px;
- border-bottom: 15px solid;
- margin-bottom: -18px;
- }
-
- img {
- background: blue;
- }
- </style>
- </head>
- <body>
- <p>There should be a single blue rectangle with perfectly straight sides below.</p>
- <div class="test">
- <img id="control" src="support/swatch-blue.png" alt="FAIL"><!--
- --><img id="baseline" src="support/swatch-blue.png" alt="FAIL"><!--
- --><img id="middle" src="support/swatch-blue.png" alt="FAIL"><!--
- --><img id="text-top" src="support/swatch-blue.png" alt="FAIL"><!--
- --><img id="text-bottom" src="support/swatch-blue.png" alt="FAIL"><!--
- --><img id="percent" src="support/swatch-blue.png" alt="FAIL"><!--
- --><img id="length" src="support/swatch-blue.png" alt="FAIL">
- </div>
-
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698