mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 840480 - crashtest.
This commit is contained in:
parent
674fd31fdb
commit
2157314cd5
44
layout/base/crashtests/840480.html
Normal file
44
layout/base/crashtests/840480.html
Normal file
@ -0,0 +1,44 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<BODY>
|
||||
<CENTER ID="Test-CENTER">
|
||||
</CENTER>
|
||||
<BR />
|
||||
<B ID="Test-B" ></B>
|
||||
<BR />
|
||||
<DL>
|
||||
<DT ID="Test-DT" CLASS="DT-class"></DT>
|
||||
</DL>
|
||||
<SPAN ID="Test-SPAN" CLASS="SPAN-class"></SPAN>
|
||||
<DFN ID="Test-DFN" >
|
||||
<VAR ID="Test-VAR"></VAR>
|
||||
<CITE ID="Test-CITE">Boom</CITE>
|
||||
</DFN>
|
||||
<ABBR ID="Test-ABBR" ></ABBR>
|
||||
<script type="text/javascript">
|
||||
|
||||
document.head.appendChild(document.createElement("style"));
|
||||
var styleSheet0 = document.styleSheets[0];
|
||||
|
||||
var test0=document.getElementById("Test-DT")
|
||||
var test4=document.getElementById("Test-DFN")
|
||||
var test5=document.getElementById("Test-CENTER")
|
||||
var test7=document.getElementById("Test-B")
|
||||
var test18=document.getElementById("Test-ABBR")
|
||||
var test19=document.getElementById("Test-SPAN")
|
||||
|
||||
for(x=0;x<14;x++){
|
||||
test18.appendChild(test5.cloneNode(true));
|
||||
test18.appendChild(test7);
|
||||
test19.appendChild(test4.cloneNode(true));
|
||||
}
|
||||
|
||||
styleSheet0.insertRule('.U-class,.DT-class,.SPAN-class,.I-class{display: table-caption; content: counter(c, binary); counter-increment:c;}',0);
|
||||
window.scrollTo(688,835)
|
||||
styleSheet0.insertRule('#Test-SPAN,#Test-NOFRAMES,#Test-CITE,#Test-EM{list-style-type:upper-roman; -moz-transition-property:none; -moz-transform:rotate(-90deg) translate(-2em, -18em); background-clip:border-box; border-collapse:collapsed; }',0);
|
||||
test7.style.setProperty('overflow','hidden','important');
|
||||
test7.appendChild(test0.cloneNode(true));
|
||||
</script>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
@ -417,6 +417,7 @@ load 826163.html
|
||||
load 833604-1.html
|
||||
load 835056.html
|
||||
load 836990-1.html
|
||||
load 840480.html
|
||||
load 847242.html
|
||||
load 852293.html
|
||||
load 860579-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user