mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Add css test: fixed positioned box shadow with blur is same as absolutely positioned
This commit is contained in:
parent
b1ad7ecc38
commit
f65864d04d
3 changed files with 71 additions and 0 deletions
|
@ -1032,6 +1032,18 @@
|
|||
"url": "/_mozilla/css/box_shadow_blur_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_blur_fixed.html": [
|
||||
{
|
||||
"path": "css/box_shadow_blur_fixed.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_blur_fixed_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_blur_fixed.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_border_box_a.html",
|
||||
|
@ -10102,6 +10114,18 @@
|
|||
"url": "/_mozilla/css/box_shadow_blur_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_blur_fixed.html": [
|
||||
{
|
||||
"path": "css/box_shadow_blur_fixed.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_shadow_blur_fixed_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_shadow_blur_fixed.html"
|
||||
}
|
||||
],
|
||||
"css/box_shadow_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_shadow_border_box_a.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue