Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / intruding-painted-twice.html
blob76391ad180f236b03d7ff54897d7f99afe663a85
1 <head>
2 <style>
3 div { color: rgba(0, 0, 0, 0.5); font-size: 24px; }
4 </style>
5 </head>
6 <body>
7 <p>
8 Rendering test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=17107">http://bugs.webkit.org/show_bug.cgi?id=17107</a>
9 REGRESSION(r29834): Article text on redhat.com magazine site appears to be painting twice</i>.
10 </p>
11 <p>
12 These two lines of text should be the same shade of gray:
13 </p>
14 <div>
15 Lorem ipsum dolor sit amet
16 </div>
17 <div>
18 <div style='float: left'>Lorem ipsum dolor sit amet</div>
19 </div>
20 <br style="clear: both;">
21 </body>