Commit ce173bb
committed
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: 1afa0cd0bd32e952553d77f6af516b6f0bfce5c4
gecko-commit-git: e562ea4a57c49fad1c6b26682f47395ec76364b6
gecko-reviewers: layout-reviewers, dholbert1 parent b6aeb73 commit ce173bb
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- html/rendering/replaced-elements/attributes-for-embedded-content-and-images
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
html/rendering/replaced-elements/attributes-for-embedded-content-and-images/input-text-indent.html
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments