From c8d4a48c0369c6a3585fd25a07875c28baf28b0c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 24 Apr 2020 15:19:24 -0400 Subject: [PATCH] reftests: Avoid theme influence Reset to defaults in background-color-transparent, to avoid theme influence in the results. --- testsuite/reftests/background-color-transparent.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testsuite/reftests/background-color-transparent.css b/testsuite/reftests/background-color-transparent.css index 0d5f5ee2a6..43cf3100d0 100644 --- a/testsuite/reftests/background-color-transparent.css +++ b/testsuite/reftests/background-color-transparent.css @@ -1,4 +1,6 @@ -* { +@import "reset-to-defaults.css"; + +window { background-image: none; border-radius: 0; background-color: purple;