layout/forms/crashtests/388374-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/forms/crashtests/388374-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<head>
     1.6 +<script>
     1.7 +function boom()
     1.8 +{
     1.9 +  var newText = document.createTextNode('x');
    1.10 +  document.getElementById("a").parentNode.appendChild(newText);
    1.11 +}
    1.12 +</script>
    1.13 +</head>
    1.14 +
    1.15 +<body onload="boom()">
    1.16 +
    1.17 +<table border="1">
    1.18 + <tr>
    1.19 +  <td>1</td>
    1.20 +  <td id="a" style="padding-left: 10%"><select style="padding-left: 20%; bottom: 10%;"><option style="padding: 0 0 10% 20%;">pppp</option></select></td>
    1.21 + </tr>
    1.22 +</table>
    1.23 +
    1.24 +</body>
    1.25 +</html>

mercurial