Bug 1382534 - Add a crashtest for the ASR-related assertion failure. r=mstange draft
authorBotond Ballo <botond@mozilla.com>
Wed, 04 Oct 2017 16:27:15 -0400
changeset 690312 d44fa219e728da4a10bf41fa542db3b962c10385
parent 690311 0d90b1c859d98e2aef254d0e528be27c130a78f8
child 690313 029692c6481923f30e29f6393b925e1b5e0a8811
push id87277
push userbballo@mozilla.com
push dateWed, 01 Nov 2017 21:17:50 +0000
reviewersmstange
bugs1382534
milestone58.0a1
Bug 1382534 - Add a crashtest for the ASR-related assertion failure. r=mstange MozReview-Commit-ID: J8hm3FmQpaE
layout/base/crashtests/1382534.html
layout/base/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/layout/base/crashtests/1382534.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <style>
+            .container {
+                position: absolute;
+                top: -1px;
+                bottom: -1px;
+                left: 0;
+                width: 100%;
+                clip: rect(0, auto, auto, 0);
+                clip-path: inset(0 0 0 0)
+            }
+            .picture {
+                position: fixed;
+            }
+        </style>
+    </head>
+    <body>
+        <div class="container">
+            <div class="picture">
+                <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==">
+            </div>
+        </div>
+    </body>
+</html>
\ No newline at end of file
--- a/layout/base/crashtests/crashtests.list
+++ b/layout/base/crashtests/crashtests.list
@@ -489,16 +489,17 @@ load 1308793.svg
 load 1308848-1.html
 load 1308848-2.html
 load 1338772-1.html
 load 1343937.html
 asserts(0-1) load 1343606.html # bug 1343948
 load 1352380.html
 load 1362423-1.html
 load 1381323.html
+load 1382534.html
 asserts-if(!stylo,1) load 1388625-1.html # bug 1389286
 load 1390389.html
 load 1391736.html
 load 1395591-1.html
 load 1395715-1.html
 load 1397398-1.html
 load 1397398-2.html
 load 1397398-3.html