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

Unified Diff: LayoutTests/css2.1/20110323/inline-table-001.htm

Issue 10855085: Revert 117339 - CSS 2.1 failure: inline-table-001 fails (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/css2.1/20110323/inline-table-002a.htm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css2.1/20110323/inline-table-001.htm
===================================================================
--- LayoutTests/css2.1/20110323/inline-table-001.htm (revision 125204)
+++ LayoutTests/css2.1/20110323/inline-table-001.htm (working copy)
@@ -1,49 +0,0 @@
-<html>
- <head>
- <title>CSS Test: Inline-table</title>
- <link rel="author" title="Microsoft" href="http://www.microsoft.com/">
- <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#table-display">
- <meta name="flags" content="">
- <meta name="assert" content="An element with 'display: inline-table' is rendered as if it were an inline.">
- <style type="text/css">
- #table
- {
- background: orange;
- display: inline-table;
- }
- #div
- {
- background: orange;
- display: inline-block;
- height: 1in;
- width: 1in;
- }
- #div2
- {
- height: 1in;
- width: 1in;
- }
- #row
- {
- display: table-row;
- }
- #cell
- {
- display: table-cell;
- height: 1in;
- width: 1in;
- }
- </style>
- </head>
- <body>
- <p>Test passes if the "Filler Text" below is all on the same line.</p>
- <div>
- <span>Filler Text</span>
- <div id="table">
- <div id="row">
- <div id="cell">Filler Text</div>
- </div>
- </div>
- </div>
- </body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/css2.1/20110323/inline-table-002a.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698