зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1394233 - Reftest to ensure that uppercase class names work. r=test-only
MozReview-Commit-ID: K2RnB8JWfkK --HG-- extra : rebase_source : 23bb63234921f93692c81f62ebf18d22a9ca3612 extra : source : cc0acc00d769666a41f5c9d5bea78e9614b30ddf
This commit is contained in:
Родитель
ebf1cb320b
Коммит
2bc5c3208b
|
@ -1,3 +1,4 @@
|
|||
== usercss.html usercss-ref.html
|
||||
random-if(!browserIsRemote&&(stylo||styloVsGecko)) == 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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче