Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / zoomed-intrinsic-width.html
blobf86b0d88127b9807e6dde1198fc0cbff132c03ca
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 zoom: 0.9;
8 #test {
9 width: intrinsic;
10 border: 1px solid red;
11 padding: 5px;
12 overflow: auto;
14 </style>
15 </head>
16 <body>
17 <div id="test">
18 This box should not have a scrollbar.
19 </div>
20 </body>
21 </body>