mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
14 lines
301 B
HTML
14 lines
301 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
border-radius: 1px;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<div><iframe src="../data/iframe-with-border-radius-svg.html"></iframe></div>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println("PASS! (didn't crash)");
|
|
});
|
|
</script>
|