From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../webgl-conf/checkout/resources/js-test-style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css (limited to 'dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css') diff --git a/dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css b/dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css new file mode 100644 index 0000000000..5f6839b621 --- /dev/null +++ b/dom/canvas/test/webgl-conf/checkout/resources/js-test-style.css @@ -0,0 +1,20 @@ +.pass { + font-weight: bold; + color: green; +} +.fail { + font-weight: bold; + color: red; +} +.warn { + font-weight: bold; + color: yellow; + text-shadow: 1px 1px #ff0000 +} +#console { + white-space: pre-wrap; + font-family: monospace; +} +body { + background-color: #ffffff; +} -- cgit v1.2.3