Move upper_id_attr.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-13 23:23:00 -04:00
parent a3d799e8c6
commit 089fc93ff7
4 changed files with 25 additions and 1 deletions

View file

@ -349,7 +349,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
== transform_skew_a.html transform_skew_ref.html
== transform_stacking_context_a.html transform_stacking_context_ref.html
== transition_calc.html transition_calc_ref.html
== upper_id_attr.html upper_id_attr_ref.html
flaky_cpu,prefs:"layout.writing-mode.enabled" == vertical-lr-blocks.html vertical-lr-blocks_ref.html
== vertical_align_bottom_a.html vertical_align_bottom_ref.html
== vertical_align_inline_block_a.html vertical_align_inline_block_ref.html

View file

@ -603,6 +603,18 @@
"url": "/_mozilla/css/stacking_context_rtl.html"
}
],
"css/upper_id_attr.html": [
{
"path": "css/upper_id_attr.html",
"references": [
[
"/_mozilla/css/upper_id_attr_ref.html",
"=="
]
],
"url": "/_mozilla/css/upper_id_attr.html"
}
],
"css/vertical_align_text_top_a.html": [
{
"path": "css/vertical_align_text_top_a.html",
@ -2000,6 +2012,18 @@
"url": "/_mozilla/css/stacking_context_rtl.html"
}
],
"css/upper_id_attr.html": [
{
"path": "css/upper_id_attr.html",
"references": [
[
"/_mozilla/css/upper_id_attr_ref.html",
"=="
]
],
"url": "/_mozilla/css/upper_id_attr.html"
}
],
"css/vertical_align_text_top_a.html": [
{
"path": "css/vertical_align_text_top_a.html",

View file

@ -1,4 +1,5 @@
<!doctype html>
<link rel='match' href='upper_id_attr_ref.html'>
<style>
div { height: 2em; background: green; }
#id { background: red; }