13 lines
176 B
HTML
13 lines
176 B
HTML
<!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>
|