tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 2218eea04e3ff76df9815b838c30e1d613432209
parent 226d56389ddb57886271745d36525423aebafd34
Author: longsonr <longsonr@gmail.com>
Date:   Fri, 10 Oct 2025 18:35:55 +0000

Bug 1467887 Part 1 - add crashtest r=firefox-svg-reviewers,dholbert

Differential Revision: https://phabricator.services.mozilla.com/D268151

Diffstat:
Alayout/svg/crashtests/1467887-1.html | 14++++++++++++++
Mlayout/svg/crashtests/crashtests.list | 1+
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/layout/svg/crashtests/1467887-1.html b/layout/svg/crashtests/1467887-1.html @@ -0,0 +1,14 @@ +<script> +window.onload = function() { + var b = a.style + b.setProperty("-webkit-transition", "4s linear") + b.setProperty("max-width", "1in") + b.setProperty("background", "-moz-dialog url(") + window.scroll(0.466,0.696) + b.setProperty("-webkit-box-pack", "justify") +} +</script> +<body> +<svg> +<text> +<a id="a" /> diff --git a/layout/svg/crashtests/crashtests.list b/layout/svg/crashtests/crashtests.list @@ -239,6 +239,7 @@ load 1504072.html load 1072758.html load 1424031.html load 1426575.html +load 1467887-1.html load 1536892.html load 1539318-1.svg load 1548985-1.html