servo/tests/wpt/tests/css/css-anchor-position/chrome-420329041-crash.html
Servo WPT Sync 2a07ef01f5
Sync WPT with upstream (02-06-2025) (#37212)
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>
2025-06-02 06:06:09 +00:00

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>