-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an outline around popup trigger areas in ref-tests #15071
Conversation
calixteman
commented
Jun 20, 2022
- The goal is to avoid any future regressions.
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/209c02d9ea8e7f7/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/633f390031eab96/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/633f390031eab96/output.txt Total script time: 21.48 mins
Image differences available at: http://54.193.163.58:8877/633f390031eab96/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/209c02d9ea8e7f7/output.txt Total script time: 21.70 mins
Image differences available at: http://54.241.84.105:8877/209c02d9ea8e7f7/reftest-analyzer.html#web=eq.log |
@@ -48,3 +47,7 @@ | |||
margin: 0; | |||
padding: 0; | |||
} | |||
|
|||
.annotationLayer .popupTriggerArea { | |||
outline: dashed 3px rgba(255, 0, 0, 0.2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the test-results, this looks quite similar to annotations with dashed borders.
Hence my question: Should we perhaps use the same kind of styling as for linkAnnotations (above in this file) instead here?
- The goal is to avoid any future regressions.
e13a04e
to
fd209d9
Compare
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7c73b9c16786e9e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/0c6cf845ba87ded/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/0c6cf845ba87ded/output.txt Total script time: 21.61 mins
Image differences available at: http://54.193.163.58:8877/0c6cf845ba87ded/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/7c73b9c16786e9e/output.txt Total script time: 21.97 mins
Image differences available at: http://54.241.84.105:8877/7c73b9c16786e9e/reftest-analyzer.html#web=eq.log |
/botio makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/093837e5487ed80/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_makeref from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6a751bf89adb679/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/093837e5487ed80/output.txt Total script time: 22.66 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/6a751bf89adb679/output.txt Total script time: 22.25 mins
|
@calixteman It seems that
|
/botio-linux makeref |
From: Bot.io (Linux m4)ReceivedCommand cmd_makeref from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/01c5d00f9f8d1ef/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/01c5d00f9f8d1ef/output.txt Total script time: 22.76 mins
|