зеркало из https://github.com/mozilla/pjs.git
Reftests for bug 556363
This commit is contained in:
Родитель
ebedebf064
Коммит
b6ed35c7f8
|
@ -13,6 +13,11 @@ HTTP(..) == text-control-baseline-1.html text-control-baseline-1-ref.html
|
|||
== textbox-align-baseline-1.xul textbox-align-baseline-1-ref.xul # test for bug 494901
|
||||
== textbox-setsize.xul textbox-setsize-ref.xul
|
||||
== textarea-resize.html textarea-resize-ref.html
|
||||
!= textarea-ltr.html textarea-rtl.html
|
||||
!= textarea-ltr-scrollbar.html textarea-rtl-scrollbar.html
|
||||
!= textarea-in-ltr-doc-scrollbar.html textarea-in-rtl-doc-scrollbar.html
|
||||
!= textarea-ltr.html textarea-no-resize.html
|
||||
!= textarea-rtl.html textarea-no-resize.html
|
||||
|
||||
== radio-label-dynamic.html radio-label-dynamic-ref.html
|
||||
== out-of-bounds-selectedindex.html out-of-bounds-selectedindex-ref.html # test for bug 471741
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html dir="ltr">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea cols=20 rows=2 style="overflow: scroll; -moz-resize: none"></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html dir="rtl">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea cols=20 rows=2 style="float: left; overflow: scroll; -moz-resize: none"></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea dir="ltr" cols=20 rows=2 style="overflow: scroll; -moz-resize: none"></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea cols=20 rows=2></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea cols=20 rows=2 style="-moz-resize: none"></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea dir="rtl" cols=20 rows=2 style="overflow: scroll; -moz-resize: none"></textarea>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea dir="rtl" cols=20 rows=2></textarea>
|
||||
</body>
|
||||
</html>
|
Загрузка…
Ссылка в новой задаче