зеркало из https://github.com/mozilla/gecko-dev.git
bug 909344 - reftest for display of stray control characters. r=roc
This commit is contained in:
Родитель
35cff8d03c
Коммит
0c39b384db
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
foobar
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
foobar
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
foobar
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
foobar
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
foobar
|
||||
</body>
|
||||
</html>
|
|
@ -283,3 +283,9 @@ fails-if(!cocoaWidget||OSX==10.6||OSX==10.7) != osx-font-smoothing-2.html osx-fo
|
|||
== osx-font-smoothing-2.html osx-font-smoothing-2-ref.html
|
||||
|
||||
pref(layout.css.text-align-true-value.enabled,true) == text-align-true.html text-align-true-ref.html
|
||||
|
||||
# stray control chars should not be invisible, bug 909344
|
||||
!= control-chars-01a.html control-chars-01-notref.html
|
||||
!= control-chars-01b.html control-chars-01-notref.html
|
||||
!= control-chars-01c.html control-chars-01-notref.html
|
||||
!= control-chars-01d.html control-chars-01-notref.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче