Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 428423-1b.html
blob1417352966fd2ead5ada3afc459ac5a08969e4f6
1 <html>
2 <head><style>
3 fieldset, legend { margin: 0px; padding: 0px; }
4 fieldset {
5 width: 20em;
6 text-align: right;
7 border: 0px;
8 }
9 .orange { background: orange }
10 </style></head>
11 <body>
12 The orange box should only be as wide as its text.
13 <fieldset>
14 <legend class="orange">foo</legend>
15 </fieldset>
16 </body>
17 </html>