tenfourfox/layout/reftests/backgrounds/background-moz-default-background-color.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
383 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>-moz-default-background-color and -moz-default-color (bug 591341)</title>
<style type="text/css">
body {
color: green;
color: -moz-default-color;
background-color: red;
background-color: -moz-default-background-color;
}
</style>
</head>
<body>
Test -moz-default-background-color and -moz-default-color (bug 591341).
</body>
</html>