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

Side by Side Diff: LayoutTests/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.htm

Issue 417873003: First round of updates in response to commenting out stale expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Accommodate recent expectations change for Win Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD//XHTML 1.0 Strict//EN" "http://www.w3.org/TR /xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS Test: Box-align stretch forces flex items to fill the flexbox vertically(in horizontal) - Reference </title>
5 <link rel="author" title="Codeaurora" href="http://www.codeaurora.org/" />
6 <link rel="help" href="http://www.w3.org/TR/2009/WD-css3-flexbox-2009072 3/"/>
7 <style type="text/css">
8 div
9 {
10 background: green;
11 width: 300px;
12 height: 200px;
13 }
14 </style>
15 </head>
16 <body>
17 <p>This test passes if there is no red showing.</p>
18 <div>
19 </div>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698