|
| 1 | +<!DOCTYPE html> |
| 2 | +<!-- |
| 3 | + Copyright 2018 Google Inc. |
| 4 | +
|
| 5 | + Permission is hereby granted, free of charge, to any person obtaining a copy |
| 6 | + of this software and associated documentation files (the "Software"), to deal |
| 7 | + in the Software without restriction, including without limitation the rights |
| 8 | + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 9 | + copies of the Software, and to permit persons to whom the Software is |
| 10 | + furnished to do so, subject to the following conditions: |
| 11 | +
|
| 12 | + The above copyright notice and this permission notice shall be included in |
| 13 | + all copies or substantial portions of the Software. |
| 14 | +
|
| 15 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 18 | + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 20 | + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 21 | + THE SOFTWARE. |
| 22 | +--> |
| 23 | +<html lang="en"> |
| 24 | + <head> |
| 25 | + <meta charset="utf-8"> |
| 26 | + <title>Density Switch Mixin - MDC Web Screenshot Test</title> |
| 27 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 28 | + <link rel="stylesheet" href="../../../out/mdc.switch.css"> |
| 29 | + <link rel="stylesheet" href="../../../out/spec/fixture.css"> |
| 30 | + <link rel="stylesheet" href="../../../out/spec/mdc-switch/fixture.css"> |
| 31 | + |
| 32 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 33 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-118996389-2"></script> |
| 34 | + <script> |
| 35 | + window.dataLayer = window.dataLayer || []; |
| 36 | + function gtag(){dataLayer.push(arguments);} |
| 37 | + gtag('js', new Date()); |
| 38 | + gtag('config', 'UA-118996389-2'); |
| 39 | + </script> |
| 40 | + </head> |
| 41 | + |
| 42 | + <body class="test-container"> |
| 43 | + <main class="test-viewport test-viewport--mobile"> |
| 44 | + <div class="test-layout"> |
| 45 | + |
| 46 | + <div class="test-cell test-cell--switch"> |
| 47 | + <div class="mdc-switch custom-switch--density-5"> |
| 48 | + <div class="mdc-switch__track"></div> |
| 49 | + <div class="mdc-switch__thumb-underlay"> |
| 50 | + <div class="mdc-switch__thumb"> |
| 51 | + <input type="checkbox" id="basic-switch-1" class="mdc-switch__native-control" role="switch" |
| 52 | + data-autofocus> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <label class="test-switch-label" for="basic-switch-1">Density -5</label> |
| 57 | + </div> |
| 58 | + |
| 59 | + <div class="test-cell test-cell--switch"> |
| 60 | + <div class="mdc-switch custom-switch--density-2"> |
| 61 | + <div class="mdc-switch__track"></div> |
| 62 | + <div class="mdc-switch__thumb-underlay"> |
| 63 | + <div class="mdc-switch__thumb"> |
| 64 | + <input type="checkbox" id="basic-switch-2" class="mdc-switch__native-control" role="switch"> |
| 65 | + </div> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + <label class="test-switch-label" for="basic-switch-2">Density -2</label> |
| 69 | + </div> |
| 70 | + |
| 71 | + </div> |
| 72 | + </main> |
| 73 | + |
| 74 | + <!-- Automatically provides/replaces `Promise` if missing or broken. --> |
| 75 | + <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.js"></script> |
| 76 | + <script src="https://cdn.jsdelivr.net/npm/es6-promise@4/dist/es6-promise.auto.js"></script> |
| 77 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/fontfaceobserver/2.0.13/fontfaceobserver.standalone.js"></script> |
| 78 | + <script src="../../../out/material-components-web.js"></script> |
| 79 | + <script src="../../../out/spec/fixture.js"></script> |
| 80 | + <script src="../../../out/spec/mdc-switch/fixture.js"></script> |
| 81 | + </body> |
| 82 | +</html> |
0 commit comments