mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move only_child_pseudo_a.html to wpt reftests.
This commit is contained in:
parent
ed69bc5566
commit
a79407d561
4 changed files with 25 additions and 1 deletions
|
@ -213,7 +213,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
|
||||||
== only_child_pseudo_a.html only_child_pseudo_b.html
|
|
||||||
== outline_offset_a.html outline_offset_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
|
||||||
|
|
|
@ -695,6 +695,18 @@
|
||||||
"url": "/_mozilla/css/ol_simple_a.html"
|
"url": "/_mozilla/css/ol_simple_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/only_child_pseudo_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/only_child_pseudo_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/only_child_pseudo_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/only_child_pseudo_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/only_of_type_pseudo_a.html": [
|
"css/only_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/only_of_type_pseudo_a.html",
|
"path": "css/only_of_type_pseudo_a.html",
|
||||||
|
@ -3504,6 +3516,18 @@
|
||||||
"url": "/_mozilla/css/ol_simple_a.html"
|
"url": "/_mozilla/css/ol_simple_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/only_child_pseudo_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/only_child_pseudo_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/only_child_pseudo_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/only_child_pseudo_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/only_of_type_pseudo_a.html": [
|
"css/only_of_type_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/only_of_type_pseudo_a.html",
|
"path": "css/only_of_type_pseudo_a.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='only_child_pseudo_b.html'>
|
||||||
<title>:only-child test</title>
|
<title>:only-child test</title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
html:only-child { background: red; }
|
html:only-child { background: red; }
|
Loading…
Add table
Add a link
Reference in a new issue