Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 18, 2020
1 parent d5ddc72 commit a31da5d
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12046,6 +12046,55 @@ exports[`chromium /components/slider 1`] = `
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
Unstyled slider
<Anchor></Anchor>
<text>Unstyled slider</text>
</heading>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<slider
orientation="horizontal"
value="10"
valuemax="100"
valuemin="0"
valuetext=""
></slider>
<toolbar>
demo source
<group>
<button pressed="true">Show JavaScript source</button>
<button pressed="false">Show TypeScript source</button>
</group>
<button>
Show the full source
<SVGRoot></SVGRoot>
</button>
<button>
Edit in CodeSandbox
<SVGRoot></SVGRoot>
</button>
<button>
Copy the source
<SVGRoot></SVGRoot>
</button>
<button>
Reset focus to test keyboard navigation
<SVGRoot></SVGRoot>
</button>
<button>
Reset demo
<SVGRoot></SVGRoot>
</button>
<combobox haspopup="menu">
<SVGRoot></SVGRoot>
</combobox>
</toolbar>
<Pre>
<code>$SOME_CODE</code>
</Pre>
<heading level="2">
Accessibility
<Anchor></Anchor>
Expand Down Expand Up @@ -12105,6 +12154,15 @@ exports[`chromium /components/slider 1`] = `
<code>$SOME_CODE</code>
</link>
</listitem>
<listitem level="1">
<ListMarker>
•<text>•</text>
</ListMarker>
<link>
<SliderUnstyled />
<code>$SOME_CODE</code>
</link>
</listitem>
</list>
<FooterAsNonLandmark>
<separator orientation="horizontal"></separator>
Expand Down Expand Up @@ -27554,6 +27612,26 @@ exports[`firefox /components/slider 1`] = `
onChange={handleChange} valueLabelDisplay="auto"
aria-labelledby="non-linear-slider" />
</text>
<heading level="2">
Unstyled slider
<link></link>
<text>Unstyled slider</text>
</heading>
<button>
A generic container that is programmatically focused to test keyboard
navigation of our components.
</button>
<slider orientation="horizontal" value="10" valuetext="10"></slider>
<toolbar>
demo source
<button>Show the full source</button>
<button>Edit in CodeSandbox</button>
<button>Copy the source</button>
<button>Reset focus to test keyboard navigation</button>
<button>Reset demo</button>
<buttonmenu haspopup="true"></buttonmenu>
</toolbar>
<text><StyledSlider defaultValue={10} /></text>
<heading level="2">
Accessibility
<link></link>
Expand Down Expand Up @@ -27603,6 +27681,11 @@ exports[`firefox /components/slider 1`] = `
<statictext>•</statictext>
<link><Slider /></link>
</listitem>
<listitem>
• <SliderUnstyled />
<statictext>•</statictext>
<link><SliderUnstyled /></link>
</listitem>
</list>
<separator></separator>
<link>Select</link>
Expand Down

0 comments on commit a31da5d

Please sign in to comment.