mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
8 lines
140 B
HTML
8 lines
140 B
HTML
<!doctype html>
|
|
<title>canvas background reference</title>
|
|
<style>
|
|
html {
|
|
background: white;
|
|
}
|
|
</style>
|
|
<p>The background should be white
|