зеркало из https://github.com/mozilla/gecko-dev.git
Bug 344557 - Add crashtests.
This commit is contained in:
Родитель
a5489aba3d
Коммит
70c96c5bef
|
@ -0,0 +1,32 @@
|
|||
<html class="reftest-wait"><head>
|
||||
<title>Testcase bug 344557 - [columns] Crash [@ nsLineBox::DeleteLineList] with moz-column-count and generated content</title>
|
||||
<script>
|
||||
function removestyles(i){
|
||||
document.getElementsByTagName('div')[0].removeAttribute('style');
|
||||
document.documentElement.removeAttribute("class");
|
||||
}
|
||||
window.resizeTo(1440, 600);
|
||||
setTimeout(removestyles,200);
|
||||
</script>
|
||||
|
||||
<style>
|
||||
div::first-line, ul::first-line { text-transform: uppercase; font-size:110%;}
|
||||
sub::after, div::after { content:"anonymous text"; border:3px solid black;text-transform: uppercase;}
|
||||
sub::before, div::before { content:"before text"; font-size: 10px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<ul>
|
||||
<sub>t</sub>
|
||||
<div style="-moz-column-count: 3;">
|
||||
<sub>t-column-councode>text</sub>
|
||||
<div style="-moz-column-count: 3;"><sub>text styletttmoztcolumntcountt 2;ttext</sub>
|
||||
<div>
|
||||
<sub>text</sub>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ul>
|
||||
|
||||
</body></html>
|
|
@ -43,6 +43,7 @@ load 337883-2.html
|
|||
load 339769-1.html
|
||||
load 342322-1.html
|
||||
load 343206-1.xhtml
|
||||
load 344557-1.html
|
||||
load 345139-1.xhtml
|
||||
load 345617-1.html
|
||||
skip load 348887-1.html # bug 623091
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg"><div xmlns='http://www.w3.org/1999/xhtml' id="div1">
|
||||
<div id="div2">bar</div>
|
||||
</div>
|
||||
<script><![CDATA[
|
||||
|
||||
function init()
|
||||
{
|
||||
var div2 = document.getElementById("div2");
|
||||
var div1 = document.getElementById("div1");
|
||||
var docElt = document.documentElement;
|
||||
var titleText = document.createTextNode("foo baz");
|
||||
|
||||
docElt.appendChild(div2);
div2.appendChild(titleText);
|
||||
|
||||
function second ()
|
||||
{
|
||||
div2.appendChild(div1);
|
||||
removeNode(titleText);
|
||||
removeNode(div2);
|
||||
}
|
||||
|
||||
setTimeout(second, 0);
|
||||
}
|
||||
|
||||
|
||||
function removeNode(q1) { q1.parentNode.removeChild(q1); }
|
||||
|
||||
|
||||
setTimeout(init, 0);
|
||||
|
||||
|
||||
]]></script>
|
||||
|
||||
|
||||
</svg>
|
После Ширина: | Высота: | Размер: 658 B |
|
@ -5,6 +5,7 @@ load 307314-1.svg
|
|||
load 308615-1.svg
|
||||
load 308917-1.svg
|
||||
load 310436-1.svg
|
||||
load 310638.svg
|
||||
load 313737-1.xml
|
||||
load 314244-1.xul
|
||||
load 322185-1.svg
|
||||
|
|
Загрузка…
Ссылка в новой задаче