mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move background_clip_a.html to wpt reftests.
This commit is contained in:
parent
86fd10e016
commit
586846b4ca
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_clip_a.html background_clip_ref.html
|
|
||||||
== background_external_stylesheet.html background_ref.html
|
== background_external_stylesheet.html background_ref.html
|
||||||
== background_image_a.html background_image_ref.html
|
== background_image_a.html background_image_ref.html
|
||||||
== background_image_position_a.html background_image_position_ref.html
|
== background_image_position_a.html background_image_position_ref.html
|
||||||
|
|
|
@ -207,6 +207,18 @@
|
||||||
"url": "/_mozilla/css/background.html"
|
"url": "/_mozilla/css/background.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/background_clip_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/background_clip_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/background_clip_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/background_clip_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/class-namespaces.html": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
@ -1196,6 +1208,18 @@
|
||||||
"url": "/_mozilla/css/background.html"
|
"url": "/_mozilla/css/background.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/background_clip_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/background_clip_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/background_clip_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/background_clip_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/class-namespaces.html": [
|
"css/class-namespaces.html": [
|
||||||
{
|
{
|
||||||
"path": "css/class-namespaces.html",
|
"path": "css/class-namespaces.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel=match href=background_clip_ref.html>
|
||||||
<style>
|
<style>
|
||||||
div {
|
div {
|
||||||
background: green;
|
background: green;
|
Loading…
Add table
Add a link
Reference in a new issue