Auto-Submit | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
// https://crbug.com/1222653
this link can be removed.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Auto-Submit | +1 |
Commit-Queue | +2 |
this link can be removed.
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/html/parser/html_parser_metrics_test.cc
Insertions: 0, Deletions: 1.
The diff is too large to show. Please review the diff.
```
Remove outdated parser test, and modify another
These tests were written before the parser had time-based
yield heuristics. They previously were token-count based,
which meant that tests could be reliable. This CL just
removes the one that is entirely predicated on token counts,
and removes the yield count checking for the other.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |