comparison: layout/base/crashtests/234851-1.html
layout/base/crashtests/234851-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
2 <head> |
|
3 <title>Testcase</title> |
|
4 <style type="text/css"> |
|
5 html{ |
|
6 overflow:scroll; |
|
7 } |
|
8 </style> |
|
9 </head> |
|
10 |
|
11 <body onload="var sheet = document.styleSheets[0]; sheet.disabled = true; sheet.disabled = false;"> |
|
12 Load this page to crash |
|
13 </body> |
|
14 </html> |