no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / layout / reftests / box-shadow / boxshadow-mixed-2.html
blob5e109524f191f676d922c0e4baee4f59b551f970
1 <!DOCTYPE HTML>
2 <title>Testcase, bug 1402060</title>
3 <style>
5 div {
6 width: 100px;
7 height: 100px;
8 box-shadow: inset 0 10px black, 10px 10px blue;
11 </style>
13 <div></div>