summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/box-shadow/basic-shadows-2-expected-mismatch.html
blob: 075e91400e078e21a984845d6b1389c54b3108b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html>
<head>
<style>
html {
    font: 10px Ahem;
    -webkit-font-smoothing: none;
}
</style>
</head>
<body>
  <div>Test for <a href="http://crbug.com/242624">issue 242624</a>: background-color on parent and child disables box-shadow.</div>
  <section style="background-color: #f0f0f0;">
    <div style="background-color: #fff;">
      This test should have a box shadow.
    </div>
  </section>
</body>
</html>