We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b651f52 commit d5ef371Copy full SHA for d5ef371
javascript/atoms/test/shown_test.html
@@ -340,7 +340,8 @@
340
341
function testCanNotSeeElementWithHiddenAttribute() {
342
expectedFailures.expectFailureFor(
343
- goog.userAgent.IE || bot.userAgent.ANDROID_PRE_GINGERBREAD,
+ (goog.userAgent.IE && !goog.userAgent.isDocumentModeOrHigher(11)) ||
344
+ bot.userAgent.ANDROID_PRE_GINGERBREAD,
345
'IE and Android Froyo do not understand hidden attribute');
346
var elem = findElement({id: 'html5hidden'});
347
expectedFailures.run(function() {
0 commit comments