diff --git a/css/css-ui/inheritance.html b/css/css-ui/inheritance.html
index 912e9f3228f5be..6315316d8224b7 100644
--- a/css/css-ui/inheritance.html
+++ b/css/css-ui/inheritance.html
@@ -19,24 +19,32 @@
#reference {
border-style: dotted; /* Avoid border-top-width computed style 0 */
border-top-width: medium;
+ color: lime;
+ background: blue;
}
#container, #target {
outline-style: dotted; /* Avoid outline-width computed style 0 */
+ color: lime;
+ background: blue;
}