author | Jesse Ruderman <jruderman@gmail.com> |
Sun, 23 Nov 2014 15:09:51 +0000 | |
changeset 217012 | dde3056ad6d7991af53aa88b9a72a1a0b35aa195 |
parent 217011 | 39cf267db34173b9bb7a7ab2e206b7b9fee06d2b |
child 217013 | 0f49a9f62406381c682a8499d5a9ab105db4bea9 |
push id | 52199 |
push user | mpalmgren@mozilla.com |
push date | Sun, 23 Nov 2014 15:10:00 +0000 |
treeherder | mozilla-inbound@b8efd7688256 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 430991 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
layout/generic/crashtests/430991.html | file | annotate | diff | comparison | revisions | |
layout/generic/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/generic/crashtests/430991.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> +<head> +<script type="text/javascript"> + +function boom() +{ + var li = document.getElementById("li"); + li.removeChild(li.lastChild); +} + +</script> +</head> + +<body onload="boom();"> + +<ul id="ul"> +<li id="li" style="-moz-column-count: -1; white-space: pre-wrap;"><span>A</span><span>B</span><span style="float: right;"></span> + +</li> +</ul> + +</body> +</html>
--- a/layout/generic/crashtests/crashtests.list +++ b/layout/generic/crashtests/crashtests.list @@ -265,16 +265,17 @@ load 429458.xhtml load 429960-1.html load 429960-2.html load 429969-1.html load 429981-1.html load 430332-1.html load 430344-1.html load 430352-1.html load 430744-1.html +load 430991.html load 431260-1.html load 431260-2.html load 435529.html load 436194-1.html load 436602-1.html load 436822-1.html load 436823.html load 436969-1.html