Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / positioning / 056.html
blob43ef9d2b08bc8cba5f9638a14d922cdf8c9aa547
1 <html>
2 <head>
3 <style>
4 #sitemast {
5 position: absolute; width:1.5em;
6 font-size:400%;
8 #sitemast a {color: green; background: green; padding: 0; text-decoration: none }
10 </style>
11 </head>
12 <body>
13 You should see a single green stripe below. The test has failed if you don't see a
14 perfect rectangle.
15 <div id="sitemast">
16 <a><span>A </span> A<br><span>A </span> A A</a>
17 </div>