Move only_child_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:28:15 -04:00
parent ed69bc5566
commit a79407d561
4 changed files with 25 additions and 1 deletions

View file

@ -213,7 +213,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
== only_child_pseudo_a.html only_child_pseudo_b.html
== outline_offset_a.html outline_offset_ref.html
!= outset_blackborder.html blackborder_ref.html
# Should be == with expected failure. See #2797

View file

@ -695,6 +695,18 @@
"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": [
{
"path": "css/only_of_type_pseudo_a.html",
@ -3504,6 +3516,18 @@
"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": [
{
"path": "css/only_of_type_pseudo_a.html",

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel='match' href='only_child_pseudo_b.html'>
<title>:only-child test</title>
<style type="text/css">
html:only-child { background: red; }