зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset de52bf2201a6 (bug 1431539) for mochitest failures on layout/style/test/test_visited_reftests.html on a CLOSED TREE
This commit is contained in:
Родитель
4fb6289fb8
Коммит
1e61b297a4
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Test reference for bug 1431539</title>
|
||||
<style>
|
||||
a { text-decoration: none }
|
||||
span { color: green }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="visited-page.html">
|
||||
<a href="visited-page.html">visited</a>
|
||||
<span>Should be green</span>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
|
@ -1,19 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Test for bug 1431539</title>
|
||||
<style>
|
||||
a { text-decoration: none }
|
||||
span { color: green }
|
||||
:-moz-any(:visited) + span {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="visited-page.html">
|
||||
<a href="visited-page.html">visited</a>
|
||||
<span>Should be green</span>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
|
@ -90,8 +90,6 @@ TEST_HARNESS_FILES.testing.mochitest.tests.layout.style.test['css-visited'] += [
|
|||
'/layout/reftests/css-visited/selector-adj-sibling-1.html',
|
||||
'/layout/reftests/css-visited/selector-adj-sibling-2-ref.html',
|
||||
'/layout/reftests/css-visited/selector-adj-sibling-2.html',
|
||||
'/layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml',
|
||||
'/layout/reftests/css-visited/selector-adj-sibling-3.xhtml',
|
||||
'/layout/reftests/css-visited/selector-any-sibling-1-ref.html',
|
||||
'/layout/reftests/css-visited/selector-any-sibling-1.html',
|
||||
'/layout/reftests/css-visited/selector-any-sibling-2-ref.html',
|
||||
|
|
|
@ -69,7 +69,6 @@ var gTests = [
|
|||
"== selector-child-2.xhtml selector-child-2-ref.xhtml",
|
||||
"== selector-adj-sibling-1.html selector-adj-sibling-1-ref.html",
|
||||
"== selector-adj-sibling-2.html selector-adj-sibling-2-ref.html",
|
||||
"== selector-adj-sibling-3.xhtml selector-adj-sibling-3-ref.xhtml",
|
||||
"== selector-any-sibling-1.html selector-any-sibling-1-ref.html",
|
||||
"== selector-any-sibling-2.html selector-any-sibling-2-ref.html",
|
||||
"== subject-of-selector-descendant-1.html subject-of-selector-1-ref.html",
|
||||
|
|
Загрузка…
Ссылка в новой задаче