Bug 1401807 Part 2 - Add a crashtest. r=dholbert

MozReview-Commit-ID: 18oPdP1OplJ

--HG--
extra : rebase_source : 18452a683a1dfbcf612778da1287815553db8d20
This commit is contained in:
Ting-Yu Lin 2017-09-27 23:12:55 +08:00
Родитель 03b735b023
Коммит 569e748c2f
2 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,15 @@
<html>
<head>
<style></style>
<script>
try { o1 = document.createElement('acronym') } catch(e) { }
try { o2 = document.createElement('video') } catch(e) { }
try { o3 = document.createElement('progress') } catch(e) { }
try { document.documentElement.appendChild(o1) } catch(e) { }
try { document.documentElement.appendChild(o2) } catch(e) { }
try { o1.appendChild(o3) } catch(e) { }
try { o3.style.writingMode = 'sideways-lr' } catch(e) { }
try { document.styleSheets[0].insertRule('* { -moz-column-width: calc(15px); display: flow-root}', 0); } catch(e) { }
</script>
</head>
</html>

Просмотреть файл

@ -659,3 +659,4 @@ load 1367413-1.html
load 1368617-1.html
load 1373586.html
load 1401709.html
load 1401807.html