| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
ComputedStyle::Difference::kNonInherited, true);Nit: would be easier to read these expectations via a named boolean or similar.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Nit: would be easier to read these expectations via a named boolean or similar.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/renderer/core/style/computed_style_test.cc
Insertions: 28, Deletions: 16.
The diff is too large to show. Please review the diff.
```
ComputedStyleTest.AnimationFlags() with less macro code.
In a follow-up CL, I want to test the combination of
`!VisualInvalidationDiff().HasDifference()` and
`ComputedStyle::ComputeDifference()` != kEqual. Updating the existing
macros (which had lots of code duplication anyway) wasn't too
compelling, so I did this instead.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |