This commit is contained in:
Boris Zbarsky 2009-01-05 14:08:16 -05:00
Родитель dbf15fd458
Коммит f7fe544d79
7 изменённых файлов: 93 добавлений и 0 удалений

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

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<body>
<table align="center">
<tr>
<td>
<div style="float: right">
<input type="text" value="This is a test">
</div>
</td></tr>
</table>
</body>
</html>

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

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<body>
<table align="center">
<tr>
<td style="float: right">
<input type="text" value="This is a test">
</td></tr>
</table>
</body>
</html>

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

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<body>
<div style="display: table; margin-left: 100px">
<div style="display: table-cell">
<div style="float: right;">
<input type="text" value="This is a test">
</div>
</div>
</div>
</body>
</html>

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

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<body onload="var bar = document.createElement('input'); bar.defaultValue='This is a test'; document.getElementById('foo').appendChild(bar)">
<div style="display: table; margin-left: 100px">
<div style="display: table-row">
<div style="float: right;" id="foo">
</div>
</div>
</div>
</body>
</html>

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

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<body>
<div style="display: table; margin-left: 100px">
<div style="display: table-row">
<div style="float: right;">
<input type="text" value="This is a test">
</div>
</div>
</div>
</body>
</html>

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

@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html>
<head>
<body onload="document.getElementById('foo').style.cssFloat='left'">
<div style="display: table; margin-left: 100px">
<div style="display: table-row">
<div style="display: table-cell" id="foo">
<input type="text" value="This is a test">
</div>
</div>
</div>
</body>
</html>

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

@ -147,6 +147,10 @@ fails == 25888-3r.html 25888-3r-ref.html # bug 25888
== 228856-1.html 228856-1-ref.html
== 228856-2.html 228856-2-ref.html
# == 231823-1.html 231823-1-ref.html
== 233094-1.html 233094-1-ref.html
== 233094-2a.html 233094-2-ref.html
== 233094-2b.html 233094-2-ref.html
== 233094-2c.html 233094-2-ref.html
== 234686-1.html 234686-ref.html
== 234686-2.html 234686-ref.html
== 234686-3.html 234686-ref.html