diff --git a/cli/test/fixtures/seo/seo-tap-targets.html b/cli/test/fixtures/seo/seo-tap-targets.html index 302d4cbc559f..37a75afbf903 100644 --- a/cli/test/fixtures/seo/seo-tap-targets.html +++ b/cli/test/fixtures/seo/seo-tap-targets.html @@ -16,6 +16,13 @@ } body { margin: 0; + + /* Without an explicit body font size, elements are more likely to have fractional sizes, which + complicates the tap target + finger overlap calculations. They can end up just 5% different + in different DPIs. + (Essentially caused by the the accumulation of rounding to integer css pixels for DPI=1) + */ + font-size: 14px; }