Move overflow_auto_stacking_order_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 18:59:29 -04:00
parent 0847a8827e
commit e649d8834a
4 changed files with 25 additions and 1 deletions

View file

@ -226,7 +226,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.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
== overflow_auto.html overflow_simple_b.html == overflow_auto.html overflow_simple_b.html
== overflow_auto_stacking_order_a.html overflow_auto_stacking_order_ref.html
# Should be ==? # Should be ==?
!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html != overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html
== overflow_scroll.html overflow_simple_b.html == overflow_scroll.html overflow_simple_b.html

View file

@ -683,6 +683,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/overflow_auto_stacking_order_a.html": [
{
"path": "css/overflow_auto_stacking_order_a.html",
"references": [
[
"/_mozilla/css/overflow_auto_stacking_order_ref.html",
"=="
]
],
"url": "/_mozilla/css/overflow_auto_stacking_order_a.html"
}
],
"css/overflow_position_abs_inline_block.html": [ "css/overflow_position_abs_inline_block.html": [
{ {
"path": "css/overflow_position_abs_inline_block.html", "path": "css/overflow_position_abs_inline_block.html",
@ -3396,6 +3408,18 @@
"url": "/_mozilla/css/flex_nochild.html" "url": "/_mozilla/css/flex_nochild.html"
} }
], ],
"css/overflow_auto_stacking_order_a.html": [
{
"path": "css/overflow_auto_stacking_order_a.html",
"references": [
[
"/_mozilla/css/overflow_auto_stacking_order_ref.html",
"=="
]
],
"url": "/_mozilla/css/overflow_auto_stacking_order_a.html"
}
],
"css/overflow_position_abs_inline_block.html": [ "css/overflow_position_abs_inline_block.html": [
{ {
"path": "css/overflow_position_abs_inline_block.html", "path": "css/overflow_position_abs_inline_block.html",

View file

@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<link rel='match' href='overflow_auto_stacking_order_ref.html'>
<style> <style>
div { div {
width: 100px; width: 100px;