summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss
diff options
context:
space:
mode:
Diffstat (limited to 'theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss')
-rw-r--r--theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss43
1 files changed, 0 insertions, 43 deletions
diff --git a/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss b/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss
deleted file mode 100644
index fda8699018..0000000000
--- a/theme-compiler/tests/resources/w3ctests/scss/background-intrinsic-006.0.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/background-intrinsic-006.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-width-pc-height-pc.svg);
- }
- .limit .test {
- background: no-repeat url(support/red-intrinsic-width-pc-height-pc.svg);
- }
- .control {
- width: 32px;
- height: 60px;
- }
-