Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/box-shadow/reftest.list
<!DOCTYPE HTML>
<style>
div {
width: 100px;
height: 100px;
box-shadow: inset 0 10px black, 10px 10px blue;
}
</style>
<div></div>