This commit is contained in:
Simon Montagu 2013-02-14 08:20:26 +02:00
Родитель c61db011bf
Коммит 4096b41b31
5 изменённых файлов: 52 добавлений и 0 удалений

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

@ -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">&#xfffd; 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>&#x706B;&#x72D0;</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