mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
chore: update snap
This commit is contained in:
parent
8427390971
commit
46a8236cff
@ -313,14 +313,14 @@ exports[`List.pagination should change page size work 1`] = `
|
||||
>
|
||||
<input
|
||||
aria-autocomplete="list"
|
||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
||||
aria-controls="test-id_list"
|
||||
aria-expanded="false"
|
||||
aria-haspopup="listbox"
|
||||
aria-label="Page Size"
|
||||
aria-owns="rc_select_TEST_OR_SSR_list"
|
||||
aria-owns="test-id_list"
|
||||
autocomplete="off"
|
||||
class="ant-select-selection-search-input"
|
||||
id="rc_select_TEST_OR_SSR"
|
||||
id="test-id"
|
||||
role="combobox"
|
||||
type="search"
|
||||
value=""
|
||||
@ -461,16 +461,16 @@ exports[`List.pagination should change page size work 2`] = `
|
||||
class="ant-select-selection-search"
|
||||
>
|
||||
<input
|
||||
aria-activedescendant="rc_select_TEST_OR_SSR_list_0"
|
||||
aria-activedescendant="test-id_list_2"
|
||||
aria-autocomplete="list"
|
||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
||||
aria-controls="test-id_list"
|
||||
aria-expanded="true"
|
||||
aria-haspopup="listbox"
|
||||
aria-label="Page Size"
|
||||
aria-owns="rc_select_TEST_OR_SSR_list"
|
||||
aria-owns="test-id_list"
|
||||
autocomplete="off"
|
||||
class="ant-select-selection-search-input"
|
||||
id="rc_select_TEST_OR_SSR"
|
||||
id="test-id"
|
||||
role="combobox"
|
||||
type="search"
|
||||
value=""
|
||||
@ -500,14 +500,14 @@ exports[`List.pagination should change page size work 2`] = `
|
||||
<div>
|
||||
<div
|
||||
class="rc-virtual-list-holder-inner"
|
||||
id="rc_select_TEST_OR_SSR_list"
|
||||
id="test-id_list"
|
||||
role="listbox"
|
||||
style="display: flex; flex-direction: column;"
|
||||
>
|
||||
<div
|
||||
aria-selected="false"
|
||||
class="ant-select-item ant-select-item-option ant-select-item-option-active"
|
||||
id="rc_select_TEST_OR_SSR_list_0"
|
||||
class="ant-select-item ant-select-item-option"
|
||||
id="test-id_list_0"
|
||||
role="option"
|
||||
title="10 / page"
|
||||
>
|
||||
@ -526,7 +526,7 @@ exports[`List.pagination should change page size work 2`] = `
|
||||
<div
|
||||
aria-selected="false"
|
||||
class="ant-select-item ant-select-item-option"
|
||||
id="rc_select_TEST_OR_SSR_list_1"
|
||||
id="test-id_list_1"
|
||||
role="option"
|
||||
title="20 / page"
|
||||
>
|
||||
@ -544,8 +544,8 @@ exports[`List.pagination should change page size work 2`] = `
|
||||
</div>
|
||||
<div
|
||||
aria-selected="true"
|
||||
class="ant-select-item ant-select-item-option ant-select-item-option-selected"
|
||||
id="rc_select_TEST_OR_SSR_list_2"
|
||||
class="ant-select-item ant-select-item-option ant-select-item-option-active ant-select-item-option-selected"
|
||||
id="test-id_list_2"
|
||||
role="option"
|
||||
title="50 / page"
|
||||
>
|
||||
@ -564,7 +564,7 @@ exports[`List.pagination should change page size work 2`] = `
|
||||
<div
|
||||
aria-selected="false"
|
||||
class="ant-select-item ant-select-item-option"
|
||||
id="rc_select_TEST_OR_SSR_list_3"
|
||||
id="test-id_list_3"
|
||||
role="option"
|
||||
title="100 / page"
|
||||
>
|
||||
@ -725,14 +725,14 @@ exports[`List.pagination should default work 1`] = `
|
||||
>
|
||||
<input
|
||||
aria-autocomplete="list"
|
||||
aria-controls="rc_select_TEST_OR_SSR_list"
|
||||
aria-controls="test-id_list"
|
||||
aria-expanded="false"
|
||||
aria-haspopup="listbox"
|
||||
aria-label="Page Size"
|
||||
aria-owns="rc_select_TEST_OR_SSR_list"
|
||||
aria-owns="test-id_list"
|
||||
autocomplete="off"
|
||||
class="ant-select-selection-search-input"
|
||||
id="rc_select_TEST_OR_SSR"
|
||||
id="test-id"
|
||||
role="combobox"
|
||||
type="search"
|
||||
value=""
|
||||
|
Loading…
Reference in New Issue
Block a user