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:
Gurzau Raul 2018-01-22 21:37:23 +02:00
Родитель 4fb6289fb8
Коммит 1e61b297a4
4 изменённых файлов: 0 добавлений и 38 удалений

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

@ -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",