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 Feb 11, 2023
1 parent de76b92 commit dd9bd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/attribute-behavior/AttributeTableSnapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -4926,9 +4926,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

0 comments on commit dd9bd7d

Please sign in to comment.