mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
new regression tests not affecting the build
This commit is contained in:
parent
2ec0c6b8e6
commit
40177af8fd
17
layout/html/tests/table/bugs/bug29326.html
Normal file
17
layout/html/tests/table/bugs/bug29326.html
Normal file
@ -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>
|
31
layout/html/tests/table/bugs/bug30559.html
Normal file
31
layout/html/tests/table/bugs/bug30559.html
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user