зеркало из https://github.com/mozilla/gecko-dev.git
Tests for bug 801681, r=tests
This commit is contained in:
Родитель
c61db011bf
Коммит
4096b41b31
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="hz-gb-2312">
|
||||
<style type="text/css">
|
||||
p#p { color: green; }
|
||||
</style>
|
||||
<title>Bug 801681</title>
|
||||
</head>
|
||||
<body>
|
||||
<p id="p">� This line should be green</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!--
|
||||
please do NOT add a newline at the end of this file. The buggy behaviour
|
||||
that it exhibits depends on the ">" of "</script>" being the last character
|
||||
in the file.
|
||||
-->
|
||||
<meta charset="hz-gb-2312">
|
||||
<style type="text/css">
|
||||
p#p { color: red; }
|
||||
</style>
|
||||
<title>Bug 801681</title>
|
||||
</head>
|
||||
<body>
|
||||
<p id="p">~ This line should be green</p>
|
||||
<script>document.getElementById("p").style.color="green";</script>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="hz-gb-2312">
|
||||
<title>Bug 801681</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>火狐</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="hz-gb-2312">
|
||||
<title>Bug 801681</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>~{;p:|~ ~ ~ ~ ~ ~}</p>
|
||||
</body>
|
||||
</html>
|
|
@ -1728,6 +1728,8 @@ fuzzy-if(true,17,5859) == 759036-2.html 759036-2-ref.html
|
|||
== 796847-1.svg 796847-1-ref.svg
|
||||
fuzzy(40,800) == 797797-1.html 797797-1-ref.html # 'opacity:N' and rgba(,,,N) text don't match precisely
|
||||
fuzzy(40,800) == 797797-2.html 797797-2-ref.html # 'opacity:N' and rgba(,,,N) text don't match precisely
|
||||
== 801681-1.html 801681-1-ref.html
|
||||
== 801681-2.html 801681-2-ref.html
|
||||
== 801994-1.html 801994-1-ref.html
|
||||
== 804323-1.html 804323-1-ref.html
|
||||
== 811301-1.html 811301-1-ref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче