Skip to content

Commit ea30662

Browse files
eps1lonSebastian Silbermann
authored andcommitted
Test hidden="until-found"
1 parent 846dd5d commit ea30662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/attribute-behavior/src/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ const attributes = [
906906
read: getSVGProperty('height'),
907907
overrideStringValue: '100%',
908908
},
909-
{name: 'hidden'},
909+
{name: 'hidden', overrideStringValue: 'until-found'},
910910
{name: 'high', tagName: 'meter'},
911911
{
912912
name: 'horiz-adv-x',

0 commit comments

Comments
 (0)