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

Side by Side Diff: LayoutTests/fast/css/percent-width-img-inside-zero-percent-and-fixed-container-expected.html

Issue 10918085: Revert 122501 - Percentage width replaced element in zero percent/fixed width container block incor… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Test case for https://bugs.webkit.org/show_bug.cgi?id=9493</title>
5 <style type="text/css">
6 #fixedContainer { width: 0px }
7 #percentContainer { width: 0% }
8 </style>
9 </head>
10 <body>
11 <h4> There should be no red squares visible below. </h4>
12 <div style="background-color:green;position:absolute;width:64px;height:64px">
13 <div id="fixedContainer"></div>
14 </div>
15 <div style="background-color:green;position:absolute;width:64px;height:64px;to p:130px">
16 <div id="percentContainer"></div>
17 </div>
18 </div>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698