From 03ab99b81edfa11db7f20fadb21262066b42e392 Mon Sep 17 00:00:00 2001 From: Stian Date: Thu, 22 Jan 2026 14:03:26 +0100 Subject: [PATCH] Update files --- test/cache/index.php | 6 +++++- test/cache/style1.css | 3 ++- test/cache/style2.css | 3 ++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/test/cache/index.php b/test/cache/index.php index c070cfd..69ff88a 100755 --- a/test/cache/index.php +++ b/test/cache/index.php @@ -8,13 +8,17 @@ +
Stylesheet used: style1.cssstyle2.css +

-
+ diff --git a/test/cache/style1.css b/test/cache/style1.css index 5b2d09b..7abc262 100755 --- a/test/cache/style1.css +++ b/test/cache/style1.css @@ -1 +1,2 @@ -body { background: gray; } +.style1 {background: red;} +.style2 {display: none;} diff --git a/test/cache/style2.css b/test/cache/style2.css index 497a61c..6511d53 100755 --- a/test/cache/style2.css +++ b/test/cache/style2.css @@ -1 +1,2 @@ -body { background: black; } +.style1 {display: none;} +.style2 {background: blue;}