mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Move border_radius_dashed_a.html to wpt reftests.
This commit is contained in:
parent
027609a2bf
commit
9cc4923c41
4 changed files with 25 additions and 1 deletions
|
@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== acid1_a.html acid1_b.html
|
||||
== acid2_noscroll.html acid2_ref_broken.html
|
||||
flaky_cpu == append_style_a.html append_style_b.html
|
||||
!= border_radius_dashed_a.html border_radius_dashed_ref.html
|
||||
== border_radius_elliptical_a.html border_radius_elliptical_ref.html
|
||||
== border_radius_overlapping_a.html border_radius_overlapping_ref.html
|
||||
== border_radius_shorthand_a.html border_radius_shorthand_ref.html
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
section {
|
||||
border: dashed red 3px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 16px;
|
||||
}
|
||||
</style>
|
||||
<section></section>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
section {
|
||||
border: dashed red 3px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
<section></section>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue