feat(devices): add Pixel 6 through Pixel 10 device descriptors#40928
Conversation
Adds 14 missing Pixel device families (portrait + landscape): Pixel 6, 6 Pro, 6a, 7 Pro, 7a, 8, 8 Pro, 8a, 9, 9 Pro, 9 Pro XL, 10, 10 Pro, 10 Pro XL. Fixes: microsoft#40910
Test results for "MCP"8 failed 7173 passed, 1113 skipped Merge workflow run. |
Test results for "tests 1"3 flaky42030 passed, 850 skipped Merge workflow run. |
Summary
Adds 14 missing Pixel device families (portrait + landscape variants) to the built-in device descriptors: Pixel 6, 6 Pro, 6a, 7 Pro, 7a, 8, 8 Pro, 8a, 9, 9 Pro, 9 Pro XL, 10, 10 Pro, 10 Pro XL.
CSS viewport sizes and device pixel ratios were sourced from yesviz.com (Pixel 6 — Pixel 9 series) and cross-checked against Google's published display specs. Pixel 10 series specs were derived from whatismyscreensize.com — the displays match the Pixel 9 series exactly.
screen/viewport/ chrome-UI offsets follow the existingPixel 7entry's convention.Fixes #40910