Changed constant to reflect changes to UIA
This commit is contained in:
Родитель
95bb1994a7
Коммит
0c842be2be
|
@ -195,7 +195,7 @@ namespace Microsoft.Edge.A11y
|
|||
return (convertedRole == "Button" || convertedRole == "Text");
|
||||
}));
|
||||
}
|
||||
result += subdomElements.Count() == 4 ? "" : "Unable to find subdom elements";
|
||||
result += subdomElements.Count() == 3 ? "" : "Unable to find subdom elements";
|
||||
|
||||
var featureDetectionScript = @"canvas = document.getElementById('myCanvas');
|
||||
isSupported = !!(canvas.getContext && canvas.getContext('2d'));
|
||||
|
@ -1870,4 +1870,4 @@ namespace Microsoft.Edge.A11y
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче