Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / 45621.html
blobf8606cd5bc89d13950043bf0dd60c629d4f2a5c9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Untitled</title>
5 </head>
6 <body>
7 <pre>
8 table width=50%
9 td nowrap
10 input width=100%
11 </pre>
12 <table border style="background: silver; width:50%;">
13 <tr>
14 <td border style="white-space: nowrap; background:#AABBFF;padding:8px;">
15 <input type="text" value="" style="width:100%;"></input>
16 </td>
17 </tr>
18 </table>
20 <br>
21 <!--
22 <pre>
23 div width=50%, nowrap, border is outset/12px
24 input width=100%
25 (must be as wide as its parent area inside the border)
26 </pre>
27 <div style="width:50%;
28 white-space:normal;
29 border:12px outset;">
30 <input type="text" value="" style="width:100%;"></input>
31 </div>
32 -->
35 </body>
36 </html>