diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:14:29 +0000 |
commit | fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch) | |
tree | 4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /layout/tables/crashtests | |
parent | Releasing progress-linux version 124.0.1-1~progress7.99u1. (diff) | |
download | firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | layout/tables/crashtests/1881157.html | 26 | ||||
-rw-r--r-- | layout/tables/crashtests/crashtests.list | 6 | ||||
-rw-r--r-- | testing/web-platform/tests/mathml/crashtests/mozilla/1555757-1.html (renamed from layout/tables/crashtests/1555757-1.html) | 0 | ||||
-rw-r--r-- | testing/web-platform/tests/mathml/crashtests/mozilla/1555757-2.html (renamed from layout/tables/crashtests/1555757-2.html) | 0 | ||||
-rw-r--r-- | testing/web-platform/tests/mathml/crashtests/mozilla/347506-1.xhtml (renamed from layout/tables/crashtests/347506-1.xhtml) | 0 |
5 files changed, 28 insertions, 4 deletions
diff --git a/layout/tables/crashtests/1881157.html b/layout/tables/crashtests/1881157.html new file mode 100644 index 0000000000..d9beb64429 --- /dev/null +++ b/layout/tables/crashtests/1881157.html @@ -0,0 +1,26 @@ +<!DOCTYPE html> +<style> +#a { + min-height: 1vw; + line-height: 0vw; +} +#b { + scale: 0.67976 1 1; +} +:root { + column-width: 1em; +} +</style> +<script> +document.addEventListener("DOMContentLoaded", () => { + b.appendChild(a) + document.execCommand("fontSize", false, 5) + b.style.setProperty("border-top-style", "dotted") +}) +function func_0() { + b.rules = "cols" +} +</script> +<dialog id="a" open="true">,'/,_J</dialog> +<table id="b"> +<details open="true" ontoggle="func_0()"> diff --git a/layout/tables/crashtests/crashtests.list b/layout/tables/crashtests/crashtests.list index 92bca235e3..58bdad5c78 100644 --- a/layout/tables/crashtests/crashtests.list +++ b/layout/tables/crashtests/crashtests.list @@ -45,7 +45,6 @@ load 343087-1.html load 343588-1.xhtml load 344000-1.html load 347367.html -load 347506-1.xhtml load 347506-2.xhtml load 347725-1.xhtml load 348977-1.xhtml @@ -140,7 +139,7 @@ load 580481-1.xhtml asserts(1) load 595758-1.xhtml # Bug 714667 load 595758-2.xhtml load 678447-1.html -skip-if(Android&&browserIsRemote) load 691824-1.xhtml # bug 1507207 +skip-if(Android) load 691824-1.xhtml # bug 1507207 load 695430-1.html load 696640-1.html load 696640-2.html @@ -167,8 +166,6 @@ load 1232881-1.html load 1243623-1.html load 1335552-1.html load 1335552-2.html -load 1555757-1.html -load 1555757-2.html load 1555757-3.html load 1555757-4.html load 1607045.html @@ -180,3 +177,4 @@ load 1767364-4.html load 1795030.html load 1795051.html load 1821177.html +asserts(0-2) load 1881157.html # bug 1884058 diff --git a/layout/tables/crashtests/1555757-1.html b/testing/web-platform/tests/mathml/crashtests/mozilla/1555757-1.html index 04f2b27a60..04f2b27a60 100644 --- a/layout/tables/crashtests/1555757-1.html +++ b/testing/web-platform/tests/mathml/crashtests/mozilla/1555757-1.html diff --git a/layout/tables/crashtests/1555757-2.html b/testing/web-platform/tests/mathml/crashtests/mozilla/1555757-2.html index eff048784a..eff048784a 100644 --- a/layout/tables/crashtests/1555757-2.html +++ b/testing/web-platform/tests/mathml/crashtests/mozilla/1555757-2.html diff --git a/layout/tables/crashtests/347506-1.xhtml b/testing/web-platform/tests/mathml/crashtests/mozilla/347506-1.xhtml index 4119389a56..4119389a56 100644 --- a/layout/tables/crashtests/347506-1.xhtml +++ b/testing/web-platform/tests/mathml/crashtests/mozilla/347506-1.xhtml |