1
0
Fork 0
firefox/testing/web-platform/tests/css/cssom/insertRule-import-no-sheet-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
847 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<script>
window.addEventListener("load", () => {
const style = document.createElement("style")
document.documentElement.appendChild(style)
style.textContent = `@import "dom--1052-ovLJsB5L67uQ-.css" supports(not ((selector(::backdrop)))); }`
style.title = "ó «£ð³\uD8E3ð‡ððв\"𣪍\rÛ¹ó “ˆó º ð¤©¸<<=𝉃Fð‰‰ðƒ¬ð¡¤ó ª—𠟤0=ó …´á­²-=ä©“ê™½ðŸ¸¡àµ¤ó ƒ¶\bð¯”­ó ±¿î·œlð¯žê£ª2Ù«ð¦”^́>0ß­ê£ \\ó Ÿªð¤â¹ðŸ½¿ðâ€Œ7â¡á¯ó •æ¡ð‘¾”\n ó Ž‰áŽš\n‮߰\uDC80甅⤀𝅯*â’Ž;𝆪𓸤𝥷\xA0\u202F5>>>=\r\nA𯭓"
style.sheet.insertRule("HTML {transition: normal }", 0)
})
</script>