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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/width-undefined-001.xht

Issue 2818243002: Import css21/normal-flow W3C CSS Test Suite (Closed)
Patch Set: git rebase-update 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/width-replaced-element-001.xht ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x html1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS Test: Width of containing block is determined by with of chil d</title>
5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
6 <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#the-width -property" />
7 <meta name="flags" content="ahem" />
8 <meta name="assert" content="The containing block's width depends on thi s element's width because the resulting layout has not been defined in CSS2.1." />
9 <style type="text/css">
10 #span1
11 {
12 background-color: red;
13 font: 1in/1em Ahem;
14 left: 10px;
15 position: absolute;
16 top: 10px;
17 }
18 p
19 {
20 margin-top: 1.1in;
21 }
22 </style>
23 </head>
24 <body>
25 <p>Test passes if there is no red visible on the page.</p>
26 <div>
27 <span id="span1">
28 <span>XX</span>
29 </span>
30 </div>
31 </body>
32 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/css/CSS2/normal-flow/width-replaced-element-001.xht ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698