mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Move attr_selector_case_sensitivity.html to wpt reftests.
This commit is contained in:
parent
7880a1b25f
commit
86fd10e016
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
|
||||||
== attr_selector_case_sensitivity.html attr_selector_case_sensitivity_ref.html
|
|
||||||
== background_clip_a.html background_clip_ref.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
|
||||||
|
|
|
@ -183,6 +183,18 @@
|
||||||
"url": "/_mozilla/css/attr_exists_selector.html"
|
"url": "/_mozilla/css/attr_exists_selector.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/attr_selector_case_sensitivity.html": [
|
||||||
|
{
|
||||||
|
"path": "css/attr_selector_case_sensitivity.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/attr_selector_case_sensitivity_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/attr_selector_case_sensitivity.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/background.html": [
|
"css/background.html": [
|
||||||
{
|
{
|
||||||
"path": "css/background.html",
|
"path": "css/background.html",
|
||||||
|
@ -1160,6 +1172,18 @@
|
||||||
"url": "/_mozilla/css/attr_exists_selector.html"
|
"url": "/_mozilla/css/attr_exists_selector.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/attr_selector_case_sensitivity.html": [
|
||||||
|
{
|
||||||
|
"path": "css/attr_selector_case_sensitivity.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/attr_selector_case_sensitivity_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/attr_selector_case_sensitivity.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/background.html": [
|
"css/background.html": [
|
||||||
{
|
{
|
||||||
"path": "css/background.html",
|
"path": "css/background.html",
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Attribute selector case-sensitivity: [foo=bar] and [foo=bar i]</title>
|
<title>Attribute selector case-sensitivity: [foo=bar] and [foo=bar i]</title>
|
||||||
|
<link rel=match href=attr_selector_case_sensitivity_ref.html>
|
||||||
<style>
|
<style>
|
||||||
p[data-foo=Bar] { color: green }
|
p[data-foo=Bar] { color: green }
|
||||||
p[data-foo=bar] { color: red }
|
p[data-foo=bar] { color: red }
|
Loading…
Add table
Add a link
Reference in a new issue