Skip to content

Commit

Permalink
Bug 1421930 - Add crashtest. r=mattwoodrow
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: BXTREZhY3fK

--HG--
extra : rebase_source : e2ec2186e9b1b39aa5c9b2fdd1bc871412ec35e5
  • Loading branch information
mephisto41 committed Nov 30, 2017
1 parent 50105ce commit 95e86e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions layout/painting/crashtests/1419917.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<style>
:nth-last-child(2) { -moz-appearance:listbox }
</style>
<script>
try { o1 = document.createElement('tr') } catch(e) { }
try { o2 = document.createElement('th') } catch(e) { }
try { o3 = document.createElement('canvas') } catch(e) { }
try { document.documentElement.appendChild(o1) } catch(e) { }
try { o1.appendChild(o2) } catch(e) { }
try { o1.appendChild(o3) } catch(e) { }
</script>
</head>
</html>
1 change: 1 addition & 0 deletions layout/painting/crashtests/crashtests.list
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ load 1413073-1.html
load 1413073-2.html
load 1405881-1.html
load 1418722-1.html
load 1419917.html

0 comments on commit 95e86e8

Please sign in to comment.