mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move inset_blackborder.html and outset_blackborder.html to wpt reftests.
This commit is contained in:
parent
17cdd1769d
commit
eb882403fb
5 changed files with 50 additions and 2 deletions
|
@ -35,7 +35,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
|
|||
== iframe/stacking_context_position_a.html iframe/stacking_context_position_ref.html
|
||||
|
||||
# inline_border_a.html inline_border_b.html
|
||||
!= inset_blackborder.html blackborder_ref.html
|
||||
== jpeg_normal.html jpeg_ref.html
|
||||
== jpeg_progressive.html jpeg_ref.html
|
||||
== legacy_cellspacing_attribute_a.html border_spacing_ref.html
|
||||
|
@ -55,7 +54,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
|||
!= octicons_a.html octicons_ref.html
|
||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||
!= outset_blackborder.html blackborder_ref.html
|
||||
# Should be == with expected failure. See #2797
|
||||
!= overconstrained_block.html overconstrained_block_ref.html
|
||||
== overflow_auto.html overflow_simple_b.html
|
||||
|
|
|
@ -2147,6 +2147,18 @@
|
|||
"url": "/_mozilla/css/inset.html"
|
||||
}
|
||||
],
|
||||
"css/inset_blackborder.html": [
|
||||
{
|
||||
"path": "css/inset_blackborder.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/blackborder_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inset_blackborder.html"
|
||||
}
|
||||
],
|
||||
"css/issue-1324.html": [
|
||||
{
|
||||
"path": "css/issue-1324.html",
|
||||
|
@ -2759,6 +2771,18 @@
|
|||
"url": "/_mozilla/css/outset.html"
|
||||
}
|
||||
],
|
||||
"css/outset_blackborder.html": [
|
||||
{
|
||||
"path": "css/outset_blackborder.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/blackborder_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/outset_blackborder.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto_stacking_order_a.html": [
|
||||
{
|
||||
"path": "css/overflow_auto_stacking_order_a.html",
|
||||
|
@ -7164,6 +7188,18 @@
|
|||
"url": "/_mozilla/css/inset.html"
|
||||
}
|
||||
],
|
||||
"css/inset_blackborder.html": [
|
||||
{
|
||||
"path": "css/inset_blackborder.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/blackborder_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/inset_blackborder.html"
|
||||
}
|
||||
],
|
||||
"css/issue-1324.html": [
|
||||
{
|
||||
"path": "css/issue-1324.html",
|
||||
|
@ -7776,6 +7812,18 @@
|
|||
"url": "/_mozilla/css/outset.html"
|
||||
}
|
||||
],
|
||||
"css/outset_blackborder.html": [
|
||||
{
|
||||
"path": "css/outset_blackborder.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/blackborder_ref.html",
|
||||
"!="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/outset_blackborder.html"
|
||||
}
|
||||
],
|
||||
"css/overflow_auto_stacking_order_a.html": [
|
||||
{
|
||||
"path": "css/overflow_auto_stacking_order_a.html",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<html>
|
||||
<link rel=mismatch href=blackborder_ref.html>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
|
@ -1,4 +1,5 @@
|
|||
<html>
|
||||
<link rel=mismatch href=blackborder_ref.html>
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
Loading…
Add table
Add a link
Reference in a new issue