Move outset.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 19:00:46 -04:00
parent e649d8834a
commit bdcb7ec40e
5 changed files with 25 additions and 1 deletions

View file

@ -221,7 +221,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
== outline_offset_a.html outline_offset_ref.html == outline_offset_a.html outline_offset_ref.html
== outlines_simple_a.html outlines_simple_ref.html == outlines_simple_a.html outlines_simple_ref.html
== outlines_wrap_a.html outlines_wrap_ref.html == outlines_wrap_a.html outlines_wrap_ref.html
== outset.html outset_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
!= overconstrained_block.html overconstrained_block_ref.html != overconstrained_block.html overconstrained_block_ref.html

View file

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

View file

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel='match' href='outset_ref.html'>
<style> <style>
body { body {
margin: 0px; margin: 0px;

View file

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 312 B

Before After
Before After