Skip to content

Commit

Permalink
Use a specified value
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jul 2, 2022
1 parent 3f854dd commit c61110e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fixtures/attribute-behavior/AttributeTableSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4826,9 +4826,9 @@
## `hidden` (on `<div>` inside `<div>`)
| Test Case | Flags | Result |
| --- | --- | --- |
| `hidden=(string)`| (changed)| `<boolean: true>` |
| `hidden=(string)`| (changed)| `"until-found"` |
| `hidden=(empty string)`| (changed)| `<boolean: true>` |
| `hidden=(array with string)`| (changed)| `<boolean: true>` |
| `hidden=(array with string)`| (changed)| `"until-found"` |
| `hidden=(empty array)`| (changed)| `<boolean: true>` |
| `hidden=(object)`| (changed)| `<boolean: true>` |
| `hidden=(numeric string)`| (changed)| `<boolean: true>` |
Expand Down
2 changes: 1 addition & 1 deletion fixtures/attribute-behavior/src/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ const attributes = [
read: getSVGProperty('height'),
overrideStringValue: '100%',
},
{name: 'hidden'},
{name: 'hidden', overrideStringValue: 'until-found'},
{name: 'high', tagName: 'meter'},
{
name: 'horiz-adv-x',
Expand Down

0 comments on commit c61110e

Please sign in to comment.