layout/base/crashtests/534368-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/base/crashtests/534368-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml" style="position: absolute; font-size: 1000px; -moz-column-count: 3;">
     1.5 +<script>
     1.6 +
     1.7 +function boom()
     1.8 +{
     1.9 +  var newSS = document.createElementNS("http://www.w3.org/1999/xhtml", "style");
    1.10 +  newSS.appendChild(document.createTextNode("whattheheck:first-line {}"));
    1.11 +  document.getElementById("h").appendChild(newSS);
    1.12 +}
    1.13 +window.addEventListener("load", boom, false);
    1.14 +
    1.15 +</script>
    1.16 +<head id="h" style="overflow-x: scroll; display: block;"><style style="position: absolute; display: block;">zz ]</style><style style="display: none;">[</style><style style="display: none;">[e='zz']:nth-last-child(odd) {}</style><style style="display: none;"></style><style style="display: none;">[c]</style><style style="display: none;">[c]</style><style style="display: none;">[class='zzzzz'] {}</style></head>
    1.17 +</html>

mercurial