mirror of
https://github.com/servo/servo.git
synced 2025-06-28 11:03:39 +01:00
10 lines
No EOL
273 B
HTML
10 lines
No EOL
273 B
HTML
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
span {
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div>There should be only one green rectangle below from [ to ]:</div>
|
|
<div>[<span> <strong> </strong> </span>]</div> |