forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1421930 - Add crashtest. r=mattwoodrow
MozReview-Commit-ID: BXTREZhY3fK --HG-- extra : rebase_source : e2ec2186e9b1b39aa5c9b2fdd1bc871412ec35e5
- Loading branch information
1 parent
50105ce
commit 95e86e8
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ load 1413073-1.html | |
load 1413073-2.html | ||
load 1405881-1.html | ||
load 1418722-1.html | ||
load 1419917.html |