Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 07:49:49 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2016-10-24 09:24:13 +0300
commit86f93372c6ec845280c6a727ad6fb88458e280ac (patch)
tree680406d37ed1928180972d31f620fbcf49c1cc69 /test
parent0dcebf63fcdbc47e2ed72c85f37e04588e22eca7 (diff)
Update "forms" section. #88
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/fork-versions/default/output.css27
-rw-r--r--test/fixtures/fork-versions/deprecated-compass/output.css27
-rw-r--r--test/fixtures/fork-versions/typey-chroma-kss/output.css11
-rw-r--r--test/fixtures/fork-versions/typey/output.css27
-rw-r--r--test/fixtures/import-now/output.css27
-rw-r--r--test/fixtures/normalize/exclude-multiple/output.css27
-rw-r--r--test/fixtures/normalize/exclude-string/output.css27
-rw-r--r--test/fixtures/variables/default/output.css27
-rw-r--r--test/fixtures/variables/font/output.css27
-rw-r--r--test/fixtures/variables/indent-amount/output.css27
10 files changed, 84 insertions, 170 deletions
diff --git a/test/fixtures/fork-versions/default/output.css b/test/fixtures/fork-versions/default/output.css
index 1bbba10..deb3095 100644
--- a/test/fixtures/fork-versions/default/output.css
+++ b/test/fixtures/fork-versions/default/output.css
@@ -224,7 +224,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -232,7 +232,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ line-height: 1.15;
+ /* 1 */
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
/* 1 */
margin: 0;
/* 2 */ }
@@ -293,8 +297,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -320,19 +324,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -371,12 +368,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/fork-versions/deprecated-compass/output.css b/test/fixtures/fork-versions/deprecated-compass/output.css
index 83ae638..f195aa4 100644
--- a/test/fixtures/fork-versions/deprecated-compass/output.css
+++ b/test/fixtures/fork-versions/deprecated-compass/output.css
@@ -236,7 +236,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -244,7 +244,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ line-height: 1.15;
+ /* 1 */
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
/* 1 */
margin: 0;
/* 2 */ }
@@ -305,8 +309,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -334,19 +338,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -397,12 +394,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/fork-versions/typey-chroma-kss/output.css b/test/fixtures/fork-versions/typey-chroma-kss/output.css
index 13d8bb6..b06481d 100644
--- a/test/fixtures/fork-versions/typey-chroma-kss/output.css
+++ b/test/fixtures/fork-versions/typey-chroma-kss/output.css
@@ -209,9 +209,11 @@ input,
optgroup,
select,
textarea {
+ font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
+ line-height: 1.5rem;
+ font-size: 100%;
box-sizing: border-box;
max-width: 100%;
- font: inherit;
margin: 0; }
button {
@@ -234,10 +236,6 @@ input {
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
-webkit-appearance: none; }
-::-webkit-input-placeholder {
- color: inherit;
- opacity: .54; }
-
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }
@@ -331,9 +329,6 @@ legend {
margin-left: -5px;
padding: 0 5px; }
-optgroup {
- font-weight: bold; }
-
progress {
display: inline-block;
vertical-align: baseline; }
diff --git a/test/fixtures/fork-versions/typey/output.css b/test/fixtures/fork-versions/typey/output.css
index 5c10e99..87e98df 100644
--- a/test/fixtures/fork-versions/typey/output.css
+++ b/test/fixtures/fork-versions/typey/output.css
@@ -288,7 +288,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -296,7 +296,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ /* 1 */
+ line-height: 1.5rem;
+ /* 1 */
+ font-size: 100%;
/* 1 */
margin: 0;
/* 2 */ }
@@ -357,8 +361,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -384,19 +388,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -435,12 +432,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/import-now/output.css b/test/fixtures/import-now/output.css
index 4067f4a..24cd578 100644
--- a/test/fixtures/import-now/output.css
+++ b/test/fixtures/import-now/output.css
@@ -234,7 +234,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -242,7 +242,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
@@ -303,8 +307,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -330,19 +334,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -381,12 +378,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/normalize/exclude-multiple/output.css b/test/fixtures/normalize/exclude-multiple/output.css
index 89c428c..bfc7a9e 100644
--- a/test/fixtures/normalize/exclude-multiple/output.css
+++ b/test/fixtures/normalize/exclude-multiple/output.css
@@ -163,7 +163,7 @@ sup {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -171,7 +171,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
@@ -232,8 +236,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -259,19 +263,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -310,12 +307,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/normalize/exclude-string/output.css b/test/fixtures/normalize/exclude-string/output.css
index f002955..8c1c26c 100644
--- a/test/fixtures/normalize/exclude-string/output.css
+++ b/test/fixtures/normalize/exclude-string/output.css
@@ -234,7 +234,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -242,7 +242,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
@@ -303,8 +307,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -330,19 +334,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -381,12 +378,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/variables/default/output.css b/test/fixtures/variables/default/output.css
index 4067f4a..24cd578 100644
--- a/test/fixtures/variables/default/output.css
+++ b/test/fixtures/variables/default/output.css
@@ -234,7 +234,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -242,7 +242,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
@@ -303,8 +307,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -330,19 +334,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -381,12 +378,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/variables/font/output.css b/test/fixtures/variables/font/output.css
index 0dd3f74..1fd3416 100644
--- a/test/fixtures/variables/font/output.css
+++ b/test/fixtures/variables/font/output.css
@@ -295,7 +295,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -303,7 +303,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: Arial, sans-serif;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.5em;
/* 1 */
margin: 0;
/* 2 */ }
@@ -364,8 +368,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -391,19 +395,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -442,12 +439,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
diff --git a/test/fixtures/variables/indent-amount/output.css b/test/fixtures/variables/indent-amount/output.css
index 75fdea7..b1c387c 100644
--- a/test/fixtures/variables/indent-amount/output.css
+++ b/test/fixtures/variables/indent-amount/output.css
@@ -295,7 +295,7 @@ svg:not(:root) {
* on when it has padding (and textfield appearance).
*/
/**
- * 1. Change font properties to `inherit` in all browsers (opinionated).
+ * 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
@@ -303,7 +303,11 @@ input,
optgroup,
select,
textarea {
- font: inherit;
+ font-family: sans-serif;
+ /* 1 */
+ font-size: 100%;
+ /* 1 */
+ line-height: 1.5em;
/* 1 */
margin: 0;
/* 2 */ }
@@ -364,8 +368,8 @@ input {
overflow: visible; }
/**
- * 1. Add the correct box sizing in IE <11.
- * 2. Remove the padding in IE <11.
+ * 1. Add the correct box sizing in IE 10-.
+ * 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
@@ -391,19 +395,12 @@ input {
outline-offset: -2px;
/* 2 */
/**
- * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/ }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
- * Correct the text style of placeholders in Chrome, Edge, and Safari.
- */
-::-webkit-input-placeholder {
- color: inherit;
- opacity: 0.54; }
-
-/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
@@ -442,12 +439,6 @@ legend {
/* 3 */ }
/**
- * Restore the font weight unset by a previous rule.
- */
-optgroup {
- font-weight: bold; }
-
-/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/