Commit e18ee88
Fix text input rendering with text-indent.
Don't apply text-indent to the outer input frame, since all the inner
frames also apply it. This gets the behavior from before my patch and is
consistent with other browsers as well.
Differential Revision: https://phabricator.services.mozilla.com/D296252
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2034573
gecko-commit: 3124ce9ce1cf5a9979266ae9f1b75f3a7a46ac26
gecko-commit-git: 91b23e5896df6ab46aaab17fb0ea6afa5323e5c1
gecko-reviewers: layout-reviewers, dholbert1 parent 1001a14 commit e18ee88
2 files changed
Lines changed: 34 additions & 0 deletions
File tree
- html/rendering/replaced-elements/attributes-for-embedded-content-and-images
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
html/rendering/replaced-elements/attributes-for-embedded-content-and-images/input-text-indent.html
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments