Skip to content

Commit fad613e

Browse files
committed
explain skipped test
1 parent ae37f83 commit fad613e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/unit/dir.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@
142142
});
143143

144144
test('elements with dir attribute explicitly set will not change', function() {
145+
/*
146+
Both the polyfill and native ShadowDOM transforms to the `:dir` selector do not support
147+
per-instance opt-out at this time.
148+
*/
145149
this.skip();
146150
var inner = fixture('preset');
147151
var innerRoot = Polymer.dom(inner.root);

0 commit comments

Comments
 (0)