зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1409502
- Add crashtest. r=me
This commit is contained in:
Родитель
ec3a155f1b
Коммит
c3679cbcac
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
HTML:first-line, DIV { position:fixed }
|
||||
</style>
|
||||
<script>
|
||||
try { o1 = document.createElement('DIV') } catch(e) { }
|
||||
try { document.documentElement.appendChild(o1) } catch(e) { }
|
||||
try { document.documentElement.getBoundingClientRect() } catch(e) { }
|
||||
try { document.styleSheets[0].cssRules[0].style['position'] = 'relative' } catch(e) { }
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
|
@ -250,3 +250,4 @@ load 1404324-1.html
|
|||
load 1404324-2.html
|
||||
load 1404324-3.html
|
||||
load 1404057.html
|
||||
load 1409502.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче