summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss')
-rw-r--r--theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss45
1 files changed, 0 insertions, 45 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss b/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss
deleted file mode 100644
index 22a6983830..0000000000
--- a/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-004.0.scss
+++ /dev/null
@@ -1,45 +0,0 @@
-/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/background-intrinsic-004.htm */
-
- /* Setup. Use 5:6 ratio because it's weird and unlikely to be hard-coded anywhere. */
- div {
- position: relative;
- }
- .cover, .limit {
- width: 120px;
- height: 120px;
- margin: 0.5em;
- background: green; /* Used to match reference; remove for debugging. */
- }
- .control {
- position: absolute;
- top: 10px; bottom: 10px;
- left: 10px; right: 30px;
- }
- .cover .control {
- background: red;
- }
- .limit .control {
- background: green;
- }
- .test {
- /* 80x100 bgpos area */
- height: 80px;
- width: 60px;
- padding: 10px;
- border: 10px solid transparent;
- }
-
- /* Test */
- .cover .test {
- background: no-repeat url(support/green-intrinsic-ratio-portrait.svg);
- }
- .limit .test {
- background: no-repeat url(support/red-intrinsic-ratio-portrait.svg);
- }
- .cover .control {
- width: 66px;
- }
- .limit .control {
- width: 67px;
- }
-