Bug 1394233 - Reftest to ensure that uppercase class names work. r=test-only

MozReview-Commit-ID: K2RnB8JWfkK

--HG--
extra : rebase_source : bd236d330d82c00915e3082cf6cccd5f8fe775f1
This commit is contained in:
Masatoshi Kimura 2017-09-16 16:12:28 +09:00
Родитель 459eddec0a
Коммит 4bea1838cf
3 изменённых файлов: 18 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
== usercss.html usercss-ref.html
== usercss-uppercase.html usercss-ref.html
== usercss-xbl.html usercss-ref.html
== usercss-moz-document.html usercss-moz-document-ref.html

Просмотреть файл

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<style>
p {
background-color: red;
}
</style>
</head>
<body>
<p class="RefTest-upperCase">This paragraph should have a green background.</p>
</body>
</html>

Просмотреть файл

@ -4,9 +4,12 @@
.reftest-userxbl {
-moz-binding: url("binding.xml#reftest-userxbl") !important;
}
.RefTest-upperCase {
background: lime !important;
}
/*
* file: URLs have an empty domain.
* Android uses special loopback-to-host address.
* Android uses a special loopback-to-host address.
*/
@-moz-document domain(), domain(10.0.2.2) {
.reftest-domain {