mirror of
https://github.com/servo/servo.git
synced 2025-06-27 10:33:39 +01:00
16 lines
301 B
HTML
16 lines
301 B
HTML
<!doctype HTML>
|
|
<iframe srcdoc="
|
|
<!doctype HTML>
|
|
<style>
|
|
div {
|
|
background: linear-gradient(lightblue, yellow);
|
|
background-size: 300px 300px;
|
|
background-position: 50px 50px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
</style>
|
|
<div></div>"></iframe>
|