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;}