@@ -16,32 +16,32 @@ exports[`Tabs.Basic Normal 1`] = `
1616 style = " transform: translate(0px, 0px);"
1717 >
1818 <button
19- aria-controls = " rc-tabs-0 -panel-light"
19+ aria-controls = " rc-tabs-test -panel-light"
2020 aria-selected = " false"
2121 class = " rc-tabs-tab"
22- id = " rc-tabs-0 -tab-light"
22+ id = " rc-tabs-test -tab-light"
2323 role = " tab"
2424 tabindex = " 0"
2525 type = " button"
2626 >
2727 light
2828 </button >
2929 <button
30- aria-controls = " rc-tabs-0 -panel-bamboo"
30+ aria-controls = " rc-tabs-test -panel-bamboo"
3131 aria-selected = " true"
3232 class = " rc-tabs-tab rc-tabs-tab-active"
33- id = " rc-tabs-0 -tab-bamboo"
33+ id = " rc-tabs-test -tab-bamboo"
3434 role = " tab"
3535 tabindex = " 0"
3636 type = " button"
3737 >
3838 bamboo
3939 </button >
4040 <button
41- aria-controls = " rc-tabs-0 -panel-cute"
41+ aria-controls = " rc-tabs-test -panel-cute"
4242 aria-selected = " false"
4343 class = " rc-tabs-tab"
44- id = " rc-tabs-0 -tab-cute"
44+ id = " rc-tabs-test -tab-cute"
4545 role = " tab"
4646 tabindex = " 0"
4747 type = " button"
@@ -57,12 +57,12 @@ exports[`Tabs.Basic Normal 1`] = `
5757 class = " rc-tabs-nav-operations rc-tabs-nav-operations-hidden"
5858 >
5959 <button
60- aria-controls = " rc-tabs-0 -more-popup"
60+ aria-controls = " rc-tabs-test -more-popup"
6161 aria-expanded = " false"
6262 aria-haspopup = " listbox"
6363 aria-hidden = " true"
6464 class = " rc-tabs-nav-more"
65- id = " rc-tabs-0 -more"
65+ id = " rc-tabs-test -more"
6666 style = " visibility: hidden; order: 1;"
6767 tabindex = " -1"
6868 type = " button"
@@ -79,28 +79,28 @@ exports[`Tabs.Basic Normal 1`] = `
7979 >
8080 <div
8181 aria-hidden = " true"
82- aria-labelledby = " rc-tabs-0 -tab-light"
82+ aria-labelledby = " rc-tabs-test -tab-light"
8383 class = " rc-tabs-tabpane"
84- id = " rc-tabs-0 -panel-light"
84+ id = " rc-tabs-test -panel-light"
8585 role = " tabpanel"
8686 style = " display: none;"
8787 tabindex = " -1"
8888 />
8989 <div
9090 aria-hidden = " false"
91- aria-labelledby = " rc-tabs-0 -tab-bamboo"
91+ aria-labelledby = " rc-tabs-test -tab-bamboo"
9292 class = " rc-tabs-tabpane rc-tabs-tabpane-active"
93- id = " rc-tabs-0 -panel-bamboo"
93+ id = " rc-tabs-test -panel-bamboo"
9494 role = " tabpanel"
9595 tabindex = " 0"
9696 >
9797 Bamboo
9898 </div >
9999 <div
100100 aria-hidden = " true"
101- aria-labelledby = " rc-tabs-0 -tab-cute"
101+ aria-labelledby = " rc-tabs-test -tab-cute"
102102 class = " rc-tabs-tabpane"
103- id = " rc-tabs-0 -panel-cute"
103+ id = " rc-tabs-test -panel-cute"
104104 role = " tabpanel"
105105 style = " display: none;"
106106 tabindex = " -1"
@@ -109,3 +109,73 @@ exports[`Tabs.Basic Normal 1`] = `
109109 </div >
110110</div >
111111` ;
112+
113+ exports [` Tabs.Basic Skip invalidate children 1` ] = `
114+ <div
115+ class = " rc-tabs rc-tabs-top"
116+ >
117+ <div
118+ class = " rc-tabs-nav"
119+ role = " tablist"
120+ >
121+ <div
122+ class = " rc-tabs-nav-wrap"
123+ >
124+ <div
125+ class = " rc-tabs-nav-list"
126+ style = " transform: translate(0px, 0px);"
127+ >
128+ <button
129+ aria-controls = " rc-tabs-test-panel-light"
130+ aria-selected = " true"
131+ class = " rc-tabs-tab rc-tabs-tab-active"
132+ id = " rc-tabs-test-tab-light"
133+ role = " tab"
134+ tabindex = " 0"
135+ type = " button"
136+ >
137+ light
138+ </button >
139+ <div
140+ class = " rc-tabs-ink-bar rc-tabs-ink-bar-animated"
141+ />
142+ </div >
143+ </div >
144+ <div
145+ class = " rc-tabs-nav-operations rc-tabs-nav-operations-hidden"
146+ >
147+ <button
148+ aria-controls = " rc-tabs-test-more-popup"
149+ aria-expanded = " false"
150+ aria-haspopup = " listbox"
151+ aria-hidden = " true"
152+ class = " rc-tabs-nav-more"
153+ id = " rc-tabs-test-more"
154+ style = " visibility: hidden; order: 1;"
155+ tabindex = " -1"
156+ type = " button"
157+ >
158+ More
159+ </button >
160+ </div >
161+ </div >
162+ <div
163+ class = " rc-tabs-content-holder"
164+ >
165+ <div
166+ class = " rc-tabs-content rc-tabs-content-top"
167+ >
168+ <div
169+ aria-hidden = " false"
170+ aria-labelledby = " rc-tabs-test-tab-light"
171+ class = " rc-tabs-tabpane rc-tabs-tabpane-active"
172+ id = " rc-tabs-test-panel-light"
173+ role = " tabpanel"
174+ tabindex = " 0"
175+ >
176+ Light
177+ </div >
178+ </div >
179+ </div >
180+ </div >
181+ ` ;
0 commit comments