зеркало из https://github.com/mozilla/pjs.git
new regression tests not affecting the build
This commit is contained in:
Родитель
e3dc59324c
Коммит
1457d3b50b
|
@ -0,0 +1,17 @@
|
|||
<html>
|
||||
|
||||
<body>
|
||||
<table width=400 border="1" align="center">
|
||||
<tr>
|
||||
<td width=300>
|
||||
<form>
|
||||
<select>
|
||||
<option>Test</option>
|
||||
</select>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,31 @@
|
|||
<html>
|
||||
<HEAD>
|
||||
<SCRIPT>
|
||||
|
||||
function doIt() {
|
||||
var textarea = document.getElementsByTagName("TEXTAREA")[0];
|
||||
textarea.value = "bar";
|
||||
}
|
||||
</SCRIPT>
|
||||
<BODY BGCOLOR=#FFFFFF onload="doIt()">
|
||||
The bug causes the nested table containing the textarea to be positioned away from the left edge of the outer table
|
||||
<BR>
|
||||
|
||||
<TABLE WIDTH=300 BORDER=1 ALIGN=CENTER>
|
||||
<TR>
|
||||
<TD WIDTH=150>
|
||||
<TABLE border=1>
|
||||
<FORM>
|
||||
<TR>
|
||||
<TD>
|
||||
<TEXTAREA row=2 cols=5>foo</TEXTAREA>
|
||||
</TD>
|
||||
</TR>
|
||||
</FORM>
|
||||
</TABLE>
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -132,6 +132,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug2886.html
|
|||
file:///s|/mozilla/layout/html/tests/table/bugs/bug2886-2.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug28928.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug29157.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug29326.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug29429.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug2947.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug2954.html
|
||||
|
@ -143,6 +144,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug28933.html
|
|||
file:///s|/mozilla/layout/html/tests/table/bugs/bug2997.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug3037-1.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug3037-2.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug30559.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug3103.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug3105.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug3191.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче