Tighten match area to fix matching against trivial change
Latest Firefox has moved the underline down slightly for some dumb reason. This tweaks the match area to only the text, so it matches wherever the underline is. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
088dc9d5ff
commit
a7504441de
@ -1,22 +1,22 @@
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"width": 24,
|
||||
"height": 39,
|
||||
"ypos": 116,
|
||||
"xpos": 281,
|
||||
"type": "match"
|
||||
},
|
||||
{
|
||||
"height": 16,
|
||||
"width": 26,
|
||||
"type": "match",
|
||||
"xpos": 650,
|
||||
"ypos": 282
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"firefox_addon_install"
|
||||
]
|
||||
{
|
||||
"area": [
|
||||
{
|
||||
"height": 39,
|
||||
"type": "match",
|
||||
"width": 24,
|
||||
"xpos": 281,
|
||||
"ypos": 116
|
||||
},
|
||||
{
|
||||
"height": 11,
|
||||
"type": "match",
|
||||
"width": 26,
|
||||
"xpos": 650,
|
||||
"ypos": 284
|
||||
}
|
||||
],
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"firefox_addon_install"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user