mirror of
https://github.com/servo/servo.git
synced 2025-06-20 07:08:59 +01:00
Move box_sizing_sanity_check_a.html to wpt reftests.
This commit is contained in:
parent
cd543ea85a
commit
debad3fa35
4 changed files with 25 additions and 1 deletions
|
@ -27,7 +27,6 @@ flaky_cpu == append_style_a.html append_style_b.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
|
||||
== box_sizing_sanity_check_a.html box_sizing_sanity_check_ref.html
|
||||
== br.html br-ref.html
|
||||
== calc-basic.html calc-basic-ref.html
|
||||
== canvas_as_block_element_a.html canvas_as_block_element_ref.html
|
||||
|
|
|
@ -779,6 +779,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_sanity_check_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_sanity_check_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_sizing_sanity_check_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
|
||||
}
|
||||
],
|
||||
"css/canvas_linear_gradient_a.html": [
|
||||
{
|
||||
"path": "css/canvas_linear_gradient_a.html",
|
||||
|
@ -5088,6 +5100,18 @@
|
|||
"url": "/_mozilla/css/border_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/box_sizing_sanity_check_a.html": [
|
||||
{
|
||||
"path": "css/box_sizing_sanity_check_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/box_sizing_sanity_check_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/box_sizing_sanity_check_a.html"
|
||||
}
|
||||
],
|
||||
"css/canvas_linear_gradient_a.html": [
|
||||
{
|
||||
"path": "css/canvas_linear_gradient_a.html",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='box_sizing_sanity_check_ref.html'>
|
||||
<body>
|
||||
<div style="box-sizing: border-box; float: left; background: yellow;">Heeheehee</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue