Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / box-shadow / basic-shadows-2-expected-mismatch.html
blob075e91400e078e21a984845d6b1389c54b3108b2
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 html {
6 font: 10px Ahem;
7 -webkit-font-smoothing: none;
9 </style>
10 </head>
11 <body>
12 <div>Test for <a href="http://crbug.com/242624">issue 242624</a>: background-color on parent and child disables box-shadow.</div>
13 <section style="background-color: #f0f0f0;">
14 <div style="background-color: #fff;">
15 This test should have a box shadow.
16 </div>
17 </section>
18 </body>
19 </html>