mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move outset.html to wpt reftests.
This commit is contained in:
parent
e649d8834a
commit
bdcb7ec40e
5 changed files with 25 additions and 1 deletions
|
@ -221,7 +221,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== outline_offset_a.html outline_offset_ref.html
|
== outline_offset_a.html outline_offset_ref.html
|
||||||
== outlines_simple_a.html outlines_simple_ref.html
|
== outlines_simple_a.html outlines_simple_ref.html
|
||||||
== outlines_wrap_a.html outlines_wrap_ref.html
|
== outlines_wrap_a.html outlines_wrap_ref.html
|
||||||
== outset.html outset_ref.html
|
|
||||||
!= outset_blackborder.html blackborder_ref.html
|
!= outset_blackborder.html blackborder_ref.html
|
||||||
# Should be == with expected failure. See #2797
|
# Should be == with expected failure. See #2797
|
||||||
!= overconstrained_block.html overconstrained_block_ref.html
|
!= overconstrained_block.html overconstrained_block_ref.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/outset.html": [
|
||||||
|
{
|
||||||
|
"path": "css/outset.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/outset_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/outset.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/overflow_auto_stacking_order_a.html": [
|
"css/overflow_auto_stacking_order_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/overflow_auto_stacking_order_a.html",
|
"path": "css/overflow_auto_stacking_order_a.html",
|
||||||
|
@ -3408,6 +3420,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/outset.html": [
|
||||||
|
{
|
||||||
|
"path": "css/outset.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/outset_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/outset.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/overflow_auto_stacking_order_a.html": [
|
"css/overflow_auto_stacking_order_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/overflow_auto_stacking_order_a.html",
|
"path": "css/overflow_auto_stacking_order_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='outset_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
Before Width: | Height: | Size: 312 B After Width: | Height: | Size: 312 B |
Loading…
Add table
Add a link
Reference in a new issue