Details
Details
- Reviewers
emilio - Commits
- Restricted Diffusion Commit
rMOZILLACENTRALdd74f656f209: Bug 1430969: Ignore border-image-source when overriding document colors r=emilio - Bugzilla Bug ID
- 1430969
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Looks good, though we should add a test to layout/style/test/test_dont_use_document_colors.html.
| servo/components/style/rule_tree/mod.rs | ||
|---|---|---|
| 1294 | Hmm, it's not great that we have these duplicated here, we should be able to do better. We have a static set of these properties in: We should be able to reuse it. Mind filing a follow-up for that? | |
Comment Actions
Thanks for the quick review. I was wondering where the test should go – now it's glaringly obvious I should've dug around more. Will add.
| servo/components/style/rule_tree/mod.rs | ||
|---|---|---|
| 1294 | Yeah, was a bit confused by this. Follow-up filed as bug 1502751. | |
Comment Actions
Heh, fwiw I had to look around for a bit to find it... I didn't give up because I remember getting backed out for it in the past :P