0

[headless] Fix unusual window origin coordinate order

Change-Id: Ic6c994209a2f3d6cd95433d929dbfe7537ccc571
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6299976
Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Auto-Submit: Peter Kvitek <kvitekp@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1424726}
This commit is contained in:
Peter Kvitek
2025-02-25 12:40:34 -08:00
committed by Chromium LUCI CQ
parent 17a0867a61
commit d162d37b87
2 changed files with 4 additions and 4 deletions

@ -1,5 +1,5 @@
Tests window moving between multiple screens.
Window 1,1 400x300, screen #1
Window 1,801 400x301, screen #2
Window 601,1 400x302, screen #3
Window 601,801 400x303, screen #4
Window 801,1 400x301, screen #2
Window 1,601 400x302, screen #3
Window 801,601 400x303, screen #4

@ -32,7 +32,7 @@
testRunner.log(
`Window` +
` ${bounds.top},${bounds.left} ${bounds.width}x${bounds.height}` +
` ${bounds.left},${bounds.top} ${bounds.width}x${bounds.height}` +
`, screen ${screen}`);
}