mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Move box_shadow_bg.html to wpt reftests.
This commit is contained in:
parent
4c6a9625bf
commit
40caa2aee0
4 changed files with 25 additions and 1 deletions
|
@ -14,7 +14,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== border_spacing_auto_layout_a.html border_spacing_ref.html
|
||||
== border_spacing_fixed_layout_a.html border_spacing_ref.html
|
||||
== borders_a.html borders_b.html
|
||||
== box_shadow_bg.html box_shadow_bg_ref.html
|
||||
!= box_shadow_blur_a.html box_shadow_blur_ref.html
|
||||
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
||||
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<div></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
box-shadow: 0 20px 0 0 red;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
</style>
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<div></div><span></span>
|
||||
|
||||
<style>
|
||||
div {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
span {
|
||||
background-color: red;
|
||||
width: 100px;
|
||||
height: 20px;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue