Changed constant to reflect changes to UIA

This commit is contained in:
dhbrett 2016-06-29 08:35:36 -07:00
Родитель 95bb1994a7
Коммит 0c842be2be
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}
}
}
}