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

Commit f9964fc

Browse files
committed
Update snapshots
1 parent 577329a commit f9964fc

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

lib/a11y-snapshot/__snapshots__/material-ui.test.js.snap

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10751,6 +10751,16 @@ exports[`chromium /components/slider 1`] = `
1075110751
>
1075210752
Disabled slider
1075310753
</slider>
10754+
<paragraph>
10755+
<text>Vertical primary slider</text>
10756+
</paragraph>
10757+
<slider
10758+
value="30"
10759+
valuetext=""
10760+
valuemax="100"
10761+
valuemin="0"
10762+
orientation="vertical"
10763+
></slider>
1075410764
<toolbar>
1075510765
demo source
1075610766
<group>
@@ -11671,6 +11681,56 @@ exports[`chromium /components/slider 1`] = `
1167111681
<Pre>
1167211682
<code>$SOME_CODE</code>
1167311683
</Pre>
11684+
<heading level="2">
11685+
Unstyled slider
11686+
<Anchor></Anchor>
11687+
<text>Unstyled slider</text>
11688+
</heading>
11689+
<button>
11690+
A generic container that is programmatically focused to test keyboard
11691+
navigation of our components.
11692+
</button>
11693+
<slider
11694+
value="10"
11695+
valuetext=""
11696+
valuemax="100"
11697+
valuemin="0"
11698+
orientation="horizontal"
11699+
></slider>
11700+
<toolbar>
11701+
demo source
11702+
<group>
11703+
<button pressed="true">Show JavaScript source</button>
11704+
<button pressed="false">Show TypeScript source</button>
11705+
</group>
11706+
<button description="Show the full source">
11707+
Show the full source
11708+
<SVGRoot></SVGRoot>
11709+
</button>
11710+
<button description="Edit in CodeSandbox">
11711+
Edit in CodeSandbox
11712+
<SVGRoot></SVGRoot>
11713+
</button>
11714+
<button description="Copy the source">
11715+
Copy the source
11716+
<SVGRoot></SVGRoot>
11717+
</button>
11718+
<button description="Reset focus to test keyboard navigation">
11719+
Reset focus to test keyboard navigation
11720+
<SVGRoot></SVGRoot>
11721+
</button>
11722+
<button description="Reset demo">
11723+
Reset demo
11724+
<SVGRoot></SVGRoot>
11725+
</button>
11726+
<combobox haspopup="menu">
11727+
See more
11728+
<SVGRoot></SVGRoot>
11729+
</combobox>
11730+
</toolbar>
11731+
<Pre>
11732+
<code>$SOME_CODE</code>
11733+
</Pre>
1167411734
<heading level="2">
1167511735
Accessibility
1167611736
<Anchor></Anchor>
@@ -26111,6 +26171,10 @@ exports[`firefox /components/slider 1`] = `
2611126171
<slider value="30" valuetext="30" orientation="horizontal">
2611226172
Disabled slider
2611326173
</slider>
26174+
<paragraph>
26175+
<text>Vertical primary slider</text>
26176+
</paragraph>
26177+
<slider value="30" valuetext="30" orientation="vertical"></slider>
2611426178
<toolbar>
2611526179
demo source
2611626180
<button>Show the source</button>
@@ -26597,6 +26661,26 @@ exports[`firefox /components/slider 1`] = `
2659726661
onChange={handleChange} valueLabelDisplay="auto"
2659826662
aria-labelledby="non-linear-slider" />
2659926663
</text>
26664+
<heading level="2">
26665+
Unstyled slider
26666+
<link></link>
26667+
<text>Unstyled slider</text>
26668+
</heading>
26669+
<button>
26670+
A generic container that is programmatically focused to test keyboard
26671+
navigation of our components.
26672+
</button>
26673+
<slider value="10" valuetext="10" orientation="horizontal"></slider>
26674+
<toolbar>
26675+
demo source
26676+
<button>Show the full source</button>
26677+
<button>Edit in CodeSandbox</button>
26678+
<button>Copy the source</button>
26679+
<button>Reset focus to test keyboard navigation</button>
26680+
<button>Reset demo</button>
26681+
<buttonmenu haspopup="true">See more</buttonmenu>
26682+
</toolbar>
26683+
<text><StyledSlider defaultValue={10} /></text>
2660026684
<heading level="2">
2660126685
Accessibility
2660226686
<link></link>

0 commit comments

Comments
 (0)