summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/background-none-none-and-color-ref.html
blob: 2bdf06a685277a23311e3fcef9a031b876b8e902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<style>
div {
  width: 100px;
  height: 100px;
  border: 2px solid black;
}
</style>
<div style="background-color: blue"></div>
<div></div>
<div style="background-color: blue; overflow: scroll"></div>
  <div style="height: 200px"></div>
</div>
<div style="overflow: scroll"></div>
  <div style="height: 200px"></div>
</div>