Move background_position_shorthand.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-10-12 15:30:24 +02:00
parent ac1b595609
commit 98328fdfb2
4 changed files with 25 additions and 1 deletions

View file

@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
== acid1_a.html acid1_b.html
== acid2_noscroll.html acid2_ref_broken.html
flaky_cpu == append_style_a.html append_style_b.html
== background_position_shorthand.html background_position_shorthand_ref.html
== background_repeat_both_a.html background_repeat_both_b.html
== background_repeat_none_a.html background_repeat_none_b.html
== background_repeat_x_a.html background_repeat_x_b.html

View file

@ -315,6 +315,18 @@
"url": "/_mozilla/css/background_position_percent.html"
}
],
"css/background_position_shorthand.html": [
{
"path": "css/background_position_shorthand.html",
"references": [
[
"/_mozilla/css/background_position_shorthand_ref.html",
"=="
]
],
"url": "/_mozilla/css/background_position_shorthand.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",
@ -1412,6 +1424,18 @@
"url": "/_mozilla/css/background_position_percent.html"
}
],
"css/background_position_shorthand.html": [
{
"path": "css/background_position_shorthand.html",
"references": [
[
"/_mozilla/css/background_position_shorthand_ref.html",
"=="
]
],
"url": "/_mozilla/css/background_position_shorthand.html"
}
],
"css/class-namespaces.html": [
{
"path": "css/class-namespaces.html",

View file

@ -2,6 +2,7 @@
<html>
<head>
<title>background shorthand test</title>
<link rel=match href=background_position_shorthand_ref.html>
<style>
div {
float: left; /* So all the divs are visible in the test viewport */