This commit is contained in:
Daniel.S 2009-04-12 19:10:31 +02:00
Родитель 680bfcd8ae
Коммит 342f18071f
5 изменённых файлов: 124 добавлений и 0 удалений

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

@ -0,0 +1,30 @@
<html>
<head>
<style type="text/css">
div {
overflow: hidden;
height: 100px;
}
table {
table-layout: fixed;
border: 1px solid #000;
width: 100%;
}
td {
border: 1px solid #000;
}
</style>
</head>
<body>
<div>
<table>
<tr>
<td width="200">Header1</td><td>Header2</td>
</tr>
<tr>
<td>Cell1</td><td>Cell2</td>
</tr>
</table>
</div>
</body>
</html>

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

@ -0,0 +1,30 @@
<html>
<head>
<style type="text/css">
div {
overflow: hidden;
height: 100px;
}
table {
table-layout: fixed;
border: 1px solid #000;
width: 100%;
}
td {
border: 1px solid #000;
}
</style>
</head>
<body onload="document.getElementById('bug').style.width='200px';">
<div>
<table>
<tr>
<td width="100" id="bug">Header1</td><td>Header2</td>
</tr>
<tr>
<td>Cell1</td><td>Cell2</td>
</tr>
</table>
</div>
</body>
</html>

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

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<style type="text/css">
div {
overflow: hidden;
height: 100px;
}
table {
table-layout: fixed;
border: 1px solid #000;
width: 100%;
}
td {
border: 1px solid #000;
}
</style>
</head>
<body>
<div>
<table>
<tr>
<td width="200">Header1</td><td>Header2</td>
</tr>
<tr>
<td>Cell1</td><td>Cell2</td>
</tr>
</table>
</div>
</body>
</html>

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

@ -0,0 +1,31 @@
<!doctype html>
<html>
<head>
<style type="text/css">
div {
overflow: hidden;
height: 100px;
}
table {
table-layout: fixed;
border: 1px solid #000;
width: 100%;
}
td {
border: 1px solid #000;
}
</style>
</head>
<body onload="document.getElementById('bug').style.width='200px';">
<div>
<table>
<tr>
<td width="100" id="bug">Header1</td><td>Header2</td>
</tr>
<tr>
<td>Cell1</td><td>Cell2</td>
</tr>
</table>
</div>
</body>
</html>

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

@ -1071,6 +1071,8 @@ random == 445004-1.html 445004-1-ref.html # bug 472268
# == 449653-1.html 449653-1-ref.html # Disabled for now - it needs privileges
== 450670-1.html 450670-1-ref.html
== 451168-1.html 451168-1-ref.html
== 451876-1.html 451876-1-ref.html
== 451876-2.html 451876-2-ref.html
== 452964-1.html 452964-1-ref.html
== 454361.html about:blank
== 455105-1.html 455105-ref.html