Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/backgrounds/reftest.list
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
color: green;
color: -moz-default-color;
background-color: red;
background-color: -moz-default-background-color;
}
</style>
</head>
<body>
</body>
</html>