mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 621596 - Followup to add the test file. (CLOSED TREE)
This commit is contained in:
parent
5dcbb9c6e2
commit
feea0ea4b7
18
layout/style/crashtests/621596-1.html
Normal file
18
layout/style/crashtests/621596-1.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.documentElement.style.MozColumnWidth = "1px";
|
||||
document.documentElement.style.MozOutlineRadiusBottomleft = "100%";
|
||||
document.documentElement.style.padding = "2251799813685249em";
|
||||
window.getComputedStyle(document.documentElement).MozOutlineRadiusBottomleft;
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user