Bug 1364361 - Part 4: Add crashtest for a scrollable, multicol <details> element. r=bz
MozReview-Commit-ID: LtMSemTadR0
new file mode 100644
--- /dev/null
+++ b/layout/generic/crashtests/1364361-1.html
@@ -0,0 +1,45 @@
+<!DOCTYPE html>
+<style>
+details {
+ column-count: 3;
+ column-width: 5em;
+ background-color: yellow;
+ overflow: scroll;
+ width: 300px; height: 300px;
+}
+</style>
+<details>
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+abcde
+</details>
--- a/layout/generic/crashtests/crashtests.list
+++ b/layout/generic/crashtests/crashtests.list
@@ -647,10 +647,11 @@ load large-border-radius-dotted2.html
load 1278461-1.html
load 1278461-2.html
load 1281102.html
load 1297427-non-equal-centers.html
load 1304441.html
load 1316649.html
load 1349650.html
asserts-if(browserIsRemote,0-5) load 1349816-1.html # bug 1350352
+load 1364361-1.html
load 1367413-1.html
load 1368617-1.html