Backed out changeset cc0acc00d769 (bug 1394233) for frequently failing own test usercss-uppercase.html on Windows 7 debug. r=backout a=backout

MozReview-Commit-ID: GwVKJKGPzDS
This commit is contained in:
Sebastian Hengst 2017-09-17 14:23:53 +02:00
Родитель 209f37db12
Коммит 996cae01db
3 изменённых файлов: 1 добавлений и 18 удалений

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

@ -1,4 +1,3 @@
== 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

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

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