Dude, where's my crashtest?
git-svn-id: svn://10.0.0.236/trunk@241399 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c21acc86e0
commit
180ef5cde7
4
mozilla/layout/base/crashtests/243159-1.html
Normal file
4
mozilla/layout/base/crashtests/243159-1.html
Normal file
@ -0,0 +1,4 @@
|
||||
<!DOCTYPE HTML PUBLIC "" []>
|
||||
<p style="display: table; white-space: nowrap; width: 400px; height: 100px">
|
||||
<input type="text" style="display: table-cell;">
|
||||
</p>
|
||||
26
mozilla/layout/base/crashtests/243159-2.xhtml
Normal file
26
mozilla/layout/base/crashtests/243159-2.xhtml
Normal file
@ -0,0 +1,26 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:mathml="http://www.w3.org/1998/Math/MathML">
|
||||
<body onload="run()">
|
||||
<mathml:math id="test" style="display: block">
|
||||
</mathml:math>
|
||||
<script>
|
||||
function run() {
|
||||
var t1 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
|
||||
"mtable");
|
||||
var t2 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
|
||||
"mtable");
|
||||
var r1 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
|
||||
"mtr");
|
||||
var r2 = document.createElementNS("http://www.w3.org/1998/Math/MathML",
|
||||
"mtr");
|
||||
var test =
|
||||
document.getElementsByTagNameNS("http://www.w3.org/1998/Math/MathML", "math")[0];
|
||||
t1.appendChild(r1);
|
||||
test.appendChild(t1);
|
||||
test.appendChild(t2);
|
||||
t2.appendChild(r2);
|
||||
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,5 +1,7 @@
|
||||
load 143862-1.html
|
||||
load 143862-2.html
|
||||
load 243159-1.html
|
||||
load 243159-2.xhtml
|
||||
load 306940-1.html
|
||||
load 310638-1.svg
|
||||
load 310638-2.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user