mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Automated downstream sync of changes from upstream as of 02-06-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
13 lines
283 B
HTML
Vendored
13 lines
283 B
HTML
Vendored
<!DOCTYPE html>
|
|
<link rel="help" href="https://crbug.com/420329041">
|
|
<style>
|
|
#crash {
|
|
position: absolute;
|
|
left: anchor(right);
|
|
--svg: url("data:image/svg+xml,");
|
|
content: var(--svg);
|
|
fill: var(--svg);
|
|
}
|
|
</style>
|
|
<p>Pass if no crash</p>
|
|
<div id="crash"></div>
|