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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/rendering/non-replaced-elements/tables/table-width-150percent-expected.html

Issue 1157863007: W3C Test: import web-platform-tests/html/rendering (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-run update-w3c-deps Created 5 years, 6 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>
2 <title>Test for capping percentages</title>
3 <style>
4 div { width:300px; background:yellow; height:50px; }
5 table { width:150%; }
6 td { background:blue; }
7 </style>
8 <div>
9 <table cellspacing="0" cellpadding="0" border="0">
10 <tr><td>parent div float=left</td></tr>
11 </table>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698