[zoom-for-dsf] Fix incorrect rebaseline
In https://crrev.com/c/2822796, I rebaselined several of these tree dumps using Windows expectations. However, for this specific test that was not correct as there were a few occurrences where Mac differs. In this change, I just double the coordinates compared to the non-zoom-for-dsf expectation, which should be correct and matches the test output. R=pdr@chromium.org Bug: 716231 Change-Id: Ic46dfa7e90ae560b6d8e3523623592a063a02b4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2918497 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#886549}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
10c90140f1
commit
c768a2c2cf
@ -47,7 +47,7 @@
|
||||
[1, 0, 0, 0],
|
||||
[0, 1, 0, 0],
|
||||
[0, 0, 1, 0],
|
||||
[36, 265, 0, 1]
|
||||
[36, 264, 0, 1]
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -56,7 +56,7 @@
|
||||
[1, 0, 0, 0],
|
||||
[0, 1, 0, 0],
|
||||
[0, 0, 1, 0],
|
||||
[36, 494, 0, 1]
|
||||
[36, 492, 0, 1]
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -65,7 +65,7 @@
|
||||
[1, 0, 0, 0],
|
||||
[0, 1, 0, 0],
|
||||
[0, 0, 1, 0],
|
||||
[36, 723, 0, 1]
|
||||
[36, 720, 0, 1]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user