mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 356325 - crash test by Martijn Wargers.
This commit is contained in:
parent
9bfff2c92c
commit
f02787112c
20
layout/base/crashtests/356325-1.xul
Normal file
20
layout/base/crashtests/356325-1.xul
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML"
|
||||
title="Testcase bug 356325 - Crash [@ nsCSSFrameConstructor::FindFrameWithContent] with tooltip, mathml:and and moving stuff in it">
|
||||
<description value="This page should not crash Mozilla"/>
|
||||
<box id="y">
|
||||
<box id="d"/>
|
||||
</box>
|
||||
<tooltip>
|
||||
<mathml:and id="x"/>
|
||||
</tooltip>
|
||||
|
||||
<html:script>
|
||||
function doe() {
|
||||
document.getElementById('x').appendChild(document.getElementById('y'));
|
||||
document.getElementById('y').appendChild(document.getElementById('d'));
|
||||
}
|
||||
window.onload=doe;
|
||||
</html:script>
|
||||
|
||||
</window>
|
@ -111,6 +111,7 @@ load 354766-1.xhtml
|
||||
load 354771-1.xul
|
||||
load 355989-1.xhtml
|
||||
load 355993-1.xhtml
|
||||
load 356325-1.xul
|
||||
load 358729-1.xhtml
|
||||
load 360339-1.xul
|
||||
load 360339-2.xul
|
||||
|
Loading…
Reference in New Issue
Block a user