1
0
Fork 0
firefox/testing/web-platform/tests/shadow-dom/event-on-pseudo-element-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

28 lines
550 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" href="mailto:masonf@chromium.org">
<link rel="help" href="https://crbug.com/1180286">
<meta name="assert" content="The renderer should not crash.">
<span>This test passes if the renderer does not crash.</span>
<div>
<option></option>
</div>
<style>
div {
direction: rtl;
zoom: 0.01;
}
option {
zoom: 5;
}
option::before {
display: table-caption;
overflow: scroll;
content: open-quote;
padding-right: 1px;
-webkit-column-width: 1px;
}
</style>