mirror of
https://github.com/servo/servo.git
synced 2025-09-07 05:28:21 +01:00
Move border_radius_zero_sizes_a.html to wpt reftests.
This commit is contained in:
parent
95566ec622
commit
467bf11595
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_zero_sizes_a.html border_radius_zero_sizes_ref.html
|
||||
== border_rounding_1px_invisible_issue_7184_a.html border_rounding_1px_invisible_issue_7184_ref.html
|
||||
== border_spacing_a.html border_spacing_ref.html
|
||||
== border_spacing_auto_layout_a.html border_spacing_ref.html
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div style="border-top: 20px solid black; border-radius: 5px"></div>
|
||||
<div style="border-right: 30px solid black; border-radius: 15px; height: 30px"></div>
|
||||
<div style="border-bottom: 20px solid black; border-radius: 5px"></div>
|
||||
<div style="border-left: 30px solid black; border-radius: 15px; height: 30px"></div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div style="border: 10px solid black; border-top-left-radius: 5px; border-top-right-radius: 5px"></div>
|
||||
<div style="border-right: 30px solid black; border-top-right-radius: 15px; border-bottom-right-radius: 15px; height: 30px"></div>
|
||||
<div style="border: 10px solid black; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px"></div>
|
||||
<div style="border-left: 30px solid black; border-bottom-left-radius: 15px; border-top-left-radius: 15px; height: 30px"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue