File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
fixtures/attribute-behavior Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48264826## `hidden` (on `<div>` inside `<div>`)
48274827| Test Case | Flags | Result |
48284828| --- | --- | --- |
4829- | `hidden=(string)`| (changed)| `<boolean: true> ` |
4829+ | `hidden=(string)`| (changed)| `"until-found" ` |
48304830| `hidden=(empty string)`| (changed)| `<boolean: true>` |
4831- | `hidden=(array with string)`| (changed)| `<boolean: true> ` |
4831+ | `hidden=(array with string)`| (changed)| `"until-found" ` |
48324832| `hidden=(empty array)`| (changed)| `<boolean: true>` |
48334833| `hidden=(object)`| (changed)| `<boolean: true>` |
48344834| `hidden=(numeric string)`| (changed)| `<boolean: true>` |
Original file line number Diff line number Diff line change @@ -887,7 +887,7 @@ const attributes = [
887887 read : getSVGProperty ( 'height' ) ,
888888 overrideStringValue : '100%' ,
889889 } ,
890- { name : 'hidden' } ,
890+ { name : 'hidden' , overrideStringValue : 'until-found' } ,
891891 { name : 'high' , tagName : 'meter' } ,
892892 {
893893 name : 'horiz-adv-x' ,
You can’t perform that action at this time.
0 commit comments