Move root_pseudo_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 08:18:13 -04:00
parent c1bbcc2efd
commit 6474a729b4
4 changed files with 25 additions and 1 deletions

View file

@ -280,7 +280,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== root_display_without_style_a.html root_display_ref.html
== root_height_a.html root_height_b.html
== root_margin_collapse_a.html root_margin_collapse_b.html
== root_pseudo_a.html root_pseudo_b.html
# text_decoration_propagation_a.html text_decoration_propagation_b.html
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/root_pseudo_a.html": [
{
"path": "css/root_pseudo_a.html",
"references": [
[
"/_mozilla/css/root_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/root_pseudo_a.html"
}
],
"css/rtl_body.html": [
{
"path": "css/rtl_body.html",
@ -2928,6 +2940,18 @@
"url": "/_mozilla/css/flex_nochild.html"
}
],
"css/root_pseudo_a.html": [
{
"path": "css/root_pseudo_a.html",
"references": [
[
"/_mozilla/css/root_pseudo_b.html",
"=="
]
],
"url": "/_mozilla/css/root_pseudo_a.html"
}
],
"css/rtl_body.html": [
{
"path": "css/rtl_body.html",

View file

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