mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Move background_position_shorthand.html to wpt reftests.
This commit is contained in:
parent
ac1b595609
commit
98328fdfb2
4 changed files with 25 additions and 1 deletions
|
@ -12,7 +12,6 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
== acid1_a.html acid1_b.html
|
== acid1_a.html acid1_b.html
|
||||||
== acid2_noscroll.html acid2_ref_broken.html
|
== acid2_noscroll.html acid2_ref_broken.html
|
||||||
flaky_cpu == append_style_a.html append_style_b.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_both_a.html background_repeat_both_b.html
|
||||||
== background_repeat_none_a.html background_repeat_none_b.html
|
== background_repeat_none_a.html background_repeat_none_b.html
|
||||||
== background_repeat_x_a.html background_repeat_x_b.html
|
== background_repeat_x_a.html background_repeat_x_b.html
|
||||||
|
|
|
@ -315,6 +315,18 @@
|
||||||
"url": "/_mozilla/css/background_position_percent.html"
|
"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": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
@ -1412,6 +1424,18 @@
|
||||||
"url": "/_mozilla/css/background_position_percent.html"
|
"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": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>background shorthand test</title>
|
<title>background shorthand test</title>
|
||||||
|
<link rel=match href=background_position_shorthand_ref.html>
|
||||||
<style>
|
<style>
|
||||||
div {
|
div {
|
||||||
float: left; /* So all the divs are visible in the test viewport */
|
float: left; /* So all the divs are visible in the test viewport */
|
Loading…
Add table
Add a link
Reference in a new issue