mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move outline_offset_a.html to wpt reftests.
This commit is contained in:
parent
9c26694601
commit
e6b95571de
4 changed files with 25 additions and 1 deletions
|
@ -212,7 +212,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
!= octicons_a.html octicons_ref.html
|
!= octicons_a.html octicons_ref.html
|
||||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||||
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.html
|
||||||
== outline_offset_a.html outline_offset_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
|
||||||
|
|
|
@ -755,6 +755,18 @@
|
||||||
"url": "/_mozilla/css/opacity_stacking_context_a.html"
|
"url": "/_mozilla/css/opacity_stacking_context_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/outline_offset_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/outline_offset_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/outline_offset_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/outline_offset_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/outlines_simple_a.html": [
|
"css/outlines_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/outlines_simple_a.html",
|
"path": "css/outlines_simple_a.html",
|
||||||
|
@ -3588,6 +3600,18 @@
|
||||||
"url": "/_mozilla/css/opacity_stacking_context_a.html"
|
"url": "/_mozilla/css/opacity_stacking_context_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/outline_offset_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/outline_offset_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/outline_offset_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/outline_offset_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/outlines_simple_a.html": [
|
"css/outlines_simple_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/outlines_simple_a.html",
|
"path": "css/outlines_simple_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='outline_offset_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
Loading…
Add table
Add a link
Reference in a new issue