Skip to content

Commit

Permalink
Delete element and add HTML code
Browse files Browse the repository at this point in the history
  • Loading branch information
cevdetardaharan committed Oct 15, 2024
1 parent 3faa07f commit b240a3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion modern-normalize.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ Forms

button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
Expand Down
3 changes: 3 additions & 0 deletions test/page/with-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<input data-test--forms-1 type="number">
<input data-test--forms-1 type="search">
<optgroup data-test--forms-1></optgroup>
<select data-test--forms-1>
<optgroup data-test--forms-1 label="optgroup"></optgroup>
</select>
<select data-test--forms-1></select>
<textarea data-test--forms-1></textarea>
<input data-test--forms-1 type="button">
Expand Down
3 changes: 3 additions & 0 deletions test/page/without-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<input data-test--forms-1 type="number">
<input data-test--forms-1 type="search">
<optgroup data-test--forms-1></optgroup>
<select data-test--forms-1>
<optgroup data-test--forms-1 label="optgroup"></optgroup>
</select>
<select data-test--forms-1></select>
<textarea data-test--forms-1></textarea>
<input data-test--forms-1 type="button">
Expand Down

0 comments on commit b240a3f

Please sign in to comment.