mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Bug 375831 - crash test
This commit is contained in:
parent
10aadd3e5e
commit
2a3aa1ac1d
11
layout/generic/crashtests/375831.html
Normal file
11
layout/generic/crashtests/375831.html
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head style="overflow: scroll; display: block; float: right; ">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script id="script">
|
||||
document.documentElement.setAttribute('style', 'overflow: scroll; ');
|
||||
document.getElementsByTagName('head')[0].removeAttribute('style');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -92,6 +92,7 @@ load 372376-1.xhtml
|
||||
load 373859-1.html
|
||||
load 373868-1.xhtml
|
||||
load 375462-1.html
|
||||
load 375831.html
|
||||
load 376419.html
|
||||
load 379217-1.xhtml
|
||||
asserts(1-2) load 379217-2.xhtml # Bug 439204
|
||||
|
Loading…
x
Reference in New Issue
Block a user