mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move no_image_background_a.html to wpt reftests.
This commit is contained in:
parent
6dccda4ba0
commit
2259fcb77a
4 changed files with 25 additions and 1 deletions
|
@ -184,7 +184,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== min_width_float_simple_a.html min_width_float_simple_b.html
|
== min_width_float_simple_a.html min_width_float_simple_b.html
|
||||||
== min_width_simple_a.html min_width_simple_b.html
|
== min_width_simple_a.html min_width_simple_b.html
|
||||||
== negative_margins_a.html negative_margins_b.html
|
== negative_margins_a.html negative_margins_b.html
|
||||||
== no_image_background_a.html no_image_background_ref.html
|
|
||||||
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html
|
||||||
!= octicons_a.html octicons_ref.html
|
!= octicons_a.html octicons_ref.html
|
||||||
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html
|
||||||
|
|
|
@ -899,6 +899,18 @@
|
||||||
"url": "/_mozilla/css/no-image.html"
|
"url": "/_mozilla/css/no-image.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/no_image_background_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/no_image_background_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/no_image_background_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/no_image_background_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/noscript.html": [
|
"css/noscript.html": [
|
||||||
{
|
{
|
||||||
"path": "css/noscript.html",
|
"path": "css/noscript.html",
|
||||||
|
@ -4080,6 +4092,18 @@
|
||||||
"url": "/_mozilla/css/no-image.html"
|
"url": "/_mozilla/css/no-image.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/no_image_background_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/no_image_background_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/no_image_background_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/no_image_background_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/noscript.html": [
|
"css/noscript.html": [
|
||||||
{
|
{
|
||||||
"path": "css/noscript.html",
|
"path": "css/noscript.html",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel='match' href='no_image_background_ref.html'>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: peachpuff;
|
background: peachpuff;
|
Loading…
Add table
Add a link
Reference in a new issue