10 lines
219 B
HTML
10 lines
219 B
HTML
|
|
<!doctype html><style>
|
||
|
|
body {
|
||
|
|
width: 1px;
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
border-radius: 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
/* Test passes if it renders without crashing. */
|
||
|
|
</style><body><div><img>
|