mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
8 lines
183 B
HTML
8 lines
183 B
HTML
<!DOCTYPE html>
|
|
<script src="include.js"></script>
|
|
<div style="transform-origin: bad value"></div>
|
|
<script>
|
|
test(() => {
|
|
println("PASS (didn't crash)");
|
|
});
|
|
</script>
|