mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move box_sizing_border_box_a.html to wpt reftests.
This commit is contained in:
parent
247a16a078
commit
8ba9e6efe3
4 changed files with 25 additions and 1 deletions
|
@ -26,7 +26,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
|
||||
== box_shadow_paint_order_a.html box_shadow_paint_order_ref.html
|
||||
== box_shadow_spread_a.html box_shadow_spread_ref.html
|
||||
== box_sizing_border_box_a.html box_sizing_border_box_ref.html
|
||||
== br.html br-ref.html
|
||||
== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html
|
||||
== case-insensitive-font-family.html case-insensitive-font-family-ref.html
|
||||
|
|
|
@ -779,6 +779,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_border_box_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_sizing_border_box_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_sizing_border_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_sanity_check_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_sanity_check_a.html",
|
||||
|
@ -5136,6 +5148,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_border_box_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_border_box_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_sizing_border_box_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_sizing_border_box_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_sanity_check_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_sanity_check_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='box_sizing_border_box_ref.html'>
|
||||
<body>
|
||||
<div style="width: 256px; height: 256px; background: purple; border: 8px solid blue; box-sizing: border-box;"></div>
|
||||
<div style="width: 240px; height: 240px; background: purple; border: 8px solid blue;"></div>
|
Loading…
Add table
Add a link
Reference in a new issue