To boldly go where no crashtest has gone before.

This commit is contained in:
jruderman@hmc.edu 2007-12-16 21:37:16 -08:00
Родитель 06962c3304
Коммит ac55bf5738
2 изменённых файлов: 35 добавлений и 0 удалений

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

@ -0,0 +1,34 @@
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:html="http://www.w3.org/1999/xhtml"
onload="setTimeout(boom, 30);"
class="reftest-wait">
<script>
function boom()
{
document.getElementById("sss").removeAttribute('value');
document.documentElement.removeAttribute("class");
}
</script>
<foreignObject width="500" height="500" y="300">
<div xmlns="http://www.w3.org/1999/xhtml">
<table border="1">
<tr>
<td>Foo</td>
</tr>
<tr>
<td><input type="text" value="Baz" id="sss" /></td>
</tr>
</table>
</div>
</foreignObject>
</svg>

После

Ширина:  |  Высота:  |  Размер: 557 B

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

@ -26,6 +26,7 @@ load 359516-1.svg
load 361015-1.svg
load 361587-1.svg
load 363611-1.xhtml
load 364688-1.svg
load 366956-1.svg
load 366956-2.svg
load 367111-1.svg