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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/flexbox/bug604346-expected.html

Issue 1943633002: [css-flexbox] Add test case for definite widths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test case only Created 4 years, 7 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/css3/flexbox/bug604346.html ('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>
2
3 <style>
4 .fixed-pos{
5 position: fixed;
6 background: green;
7 }
8 </style>
9
10 <p>You should see no red.</p>
11
12 <div class="fixed-pos" >
13 <div>
14 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
15 </div>
16 <div>
17 YYYY
18 </div>
19 </div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/css3/flexbox/bug604346.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698