mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move outlines_simple_a.html to wpt reftests.
This commit is contained in:
parent
db930f683b
commit
248d5a6c52
4 changed files with 25 additions and 1 deletions
|
@ -219,7 +219,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== opacity_simple_a.html opacity_simple_ref.html
|
== opacity_simple_a.html opacity_simple_ref.html
|
||||||
== opacity_stacking_context_a.html opacity_stacking_context_ref.html
|
== opacity_stacking_context_a.html opacity_stacking_context_ref.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
|
|
||||||
!= 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/outlines_simple_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/outlines_simple_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/outlines_simple_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/outlines_simple_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/outlines_wrap_a.html": [
|
"css/outlines_wrap_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/outlines_wrap_a.html",
|
"path": "css/outlines_wrap_a.html",
|
||||||
|
@ -3432,6 +3444,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/outlines_simple_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/outlines_simple_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/outlines_simple_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/outlines_simple_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/outlines_wrap_a.html": [
|
"css/outlines_wrap_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/outlines_wrap_a.html",
|
"path": "css/outlines_wrap_a.html",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='outlines_simple_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue