@@ -16653,15 +16653,15 @@ exports[`chromium /components/tooltips/ 1`] = `
1665316653 navigation of our components.
1665416654 </button>
1665516655 <button>
16656- delete
16656+ Delete
1665716657 <SVGRoot></SVGRoot>
1665816658 </button>
1665916659 <button>
16660- add
16660+ Add
1666116661 <SVGRoot></SVGRoot>
1666216662 </button>
1666316663 <button>
16664- add
16664+ Add
1666516665 <SVGRoot></SVGRoot>
1666616666 </button>
1666716667 <toolbar>
@@ -30982,9 +30982,9 @@ exports[`firefox /components/tooltips/ 1`] = `
3098230982 A generic container that is programmatically focused to test keyboard
3098330983 navigation of our components.
3098430984 </button>
30985- <button>delete </button>
30986- <button>add </button>
30987- <button>add </button>
30985+ <button>Delete </button>
30986+ <button>Add </button>
30987+ <button>Add </button>
3098830988 <toolbar>
3098930989 demo source
3099030990 <button>Show the full source</button>
@@ -30995,15 +30995,13 @@ exports[`firefox /components/tooltips/ 1`] = `
3099530995 <buttonmenu haspopup="true"></buttonmenu>
3099630996 </toolbar>
3099730997 <text>
30998- <Tooltip title="Delete"> <IconButton
30999- aria-label="delete"> <DeleteIcon /> </IconButton>
31000- </Tooltip> <Tooltip title="Add"
31001- aria-label="add"> <Fab color="primary"
30998+ <Tooltip title="Delete"> <IconButton> <DeleteIcon
30999+ /> </IconButton> </Tooltip> <Tooltip
31000+ title="Add"> <Fab color="primary"
3100231001 className={classes.fab}> <AddIcon /> </Fab>
31003- </Tooltip> <Tooltip title="Add"
31004- aria-label="add"> <Fab color="secondary"
31005- className={classes.absolute}> <AddIcon /> </Fab>
31006- </Tooltip>
31002+ </Tooltip> <Tooltip title="Add"> <Fab
31003+ color="secondary" className={classes.absolute}>
31004+ <AddIcon /> </Fab> </Tooltip>
3100731005 </text>
3100831006 <heading level="2">
3100931007 Positioned tooltips
0 commit comments