Bug 1364361 - Part 4: Add crashtest for a scrollable, multicol <details> element. r=bz draft
authorCameron McCormack <cam@mcc.id.au>
Fri, 16 Jun 2017 17:22:34 +0800
changeset 595502 4d72f14a5c8668e3eba35de7517846b7395600b1
parent 595501 407b85beadc0e0b3a8b21c20c8aaf713abbd23c8
child 633696 7b1cd6d7aff60f7be1659c76737a1e380abf82e4
push id64328
push userbmo:cam@mcc.id.au
push dateFri, 16 Jun 2017 09:23:01 +0000
reviewersbz
bugs1364361
milestone56.0a1
Bug 1364361 - Part 4: Add crashtest for a scrollable, multicol <details> element. r=bz MozReview-Commit-ID: LtMSemTadR0
layout/generic/crashtests/1364361-1.html
layout/generic/crashtests/crashtests.list
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