diff options
Diffstat (limited to 'layout/reftests/box-shadow/boxshadow-mixed-ref.html')
-rw-r--r-- | layout/reftests/box-shadow/boxshadow-mixed-ref.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/reftests/box-shadow/boxshadow-mixed-ref.html b/layout/reftests/box-shadow/boxshadow-mixed-ref.html new file mode 100644 index 000000000..3c71b12e2 --- /dev/null +++ b/layout/reftests/box-shadow/boxshadow-mixed-ref.html @@ -0,0 +1 @@ +<div style="background: blue padding-box; border: 2px solid red; border-radius: 10px; width: 300px; height: 300px; position: absolute; top: 10px; left: 10px;">inset and outset</div><div style="border-radius: 10px; background-color: green; width: 304px; height: 304px; position: absolute; top: 10px; left: 360px;"> </div> |