mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Move box_shadow_border_box_a.html to wpt reftests.
This commit is contained in:
parent
4116aa5e18
commit
fc958d4d2d
4 changed files with 25 additions and 1 deletions
|
@ -19,7 +19,6 @@ flaky_cpu == append_style_a.html append_style_b.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_border_box_a.html box_shadow_border_box_ref.html
|
||||
== box_shadow_default_color_a.html box_shadow_default_color_ref.html
|
||||
== box_shadow_inset_a.html box_shadow_inset_ref.html
|
||||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<head>
|
||||
<!-- Tests that the entire border-box is shadowed, not just the content box. -->
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
border-left: solid green 10px;
|
||||
border-right: solid green 10px;
|
||||
box-shadow: 20px 10px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section></section>
|
||||
</body>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
<head>
|
||||
<!-- Tests that the entire border-box is shadowed, not just the content box. -->
|
||||
<style>
|
||||
section {
|
||||
position: absolute;
|
||||
}
|
||||
#a {
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
top: 110px;
|
||||
left: 120px;
|
||||
background: black;
|
||||
}
|
||||
#b {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
top: 100px;
|
||||
left: 100px;
|
||||
border-left: solid green 10px;
|
||||
border-right: solid green 10px;
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<section id=a></section>
|
||||
<section id=b></section>
|
||||
</body>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue