author | Jesse Ruderman <jruderman@gmail.com> |
Sat, 18 Oct 2014 17:08:23 +0000 | |
changeset 211125 | df421341a8941cc63aa521c9d39b9f83063ac9bb |
parent 211124 | b475aeb6558b89c99686bbd84cb78e79ac842237 |
child 211126 | 2f406ead9a4ce8e5bb4c6a05f71baa4a9a4e846c |
push id | 27667 |
push user | cbook@mozilla.com |
push date | Mon, 20 Oct 2014 12:40:56 +0000 |
treeherder | mozilla-central@cc2d8bdbccb8 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 415503 |
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/base/crashtests/415503.xhtml | file | annotate | diff | comparison | revisions | |
layout/base/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/base/crashtests/415503.xhtml @@ -0,0 +1,28 @@ +<html xmlns="http://www.w3.org/1999/xhtml" + xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> +<head> + +<style id="ss" type="text/css"> + +span, popupgroup { display: table; position: absolute; } + +</style> + +<script type="text/javascript"> + +function boom() +{ + var ss = document.getElementById("ss"); + ss.removeChild(ss.firstChild); +} + +</script> + +</head> + +<body onload="boom();"> + +<span><xul:popupgroup/></span> + +</body> +</html>
--- a/layout/base/crashtests/crashtests.list +++ b/layout/base/crashtests/crashtests.list @@ -223,16 +223,17 @@ load 408450-1.xhtml load 409461-1.xhtml load 409513.html load 410967.html load 411870-1.html load 412651-1.html load 413587-1.svg load 414058-1.html load 414175-1.xul +load 415503.xhtml load 420031-1.html load 420213-1.html load 420219-1.html load 420651-1.xhtml load 421203-1.xul asserts(0-1) load 421432.html # bug 844525 load 422276.html load 423107-1.xhtml