diff options
Diffstat (limited to 'layout/tools/reftest/chrome/userContent-import.css')
-rw-r--r-- | layout/tools/reftest/chrome/userContent-import.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/tools/reftest/chrome/userContent-import.css b/layout/tools/reftest/chrome/userContent-import.css new file mode 100644 index 0000000000..e1936a02bc --- /dev/null +++ b/layout/tools/reftest/chrome/userContent-import.css @@ -0,0 +1,3 @@ +.reftest-usercss-import { + background-color: lime !important; +} |