blob: 5e109524f191f676d922c0e4baee4f59b551f970 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<title>Testcase, bug 1402060</title>
<style>
div {
width: 100px;
height: 100px;
box-shadow: inset 0 10px black, 10px 10px blue;
}
</style>
<div></div>
|