mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-26 02:18:25 +08:00
22 lines
452 B
Plaintext
22 lines
452 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`MessagePanel should handle large numbers of hidden events quickly 1`] = `
|
||
|
<DocumentFragment>
|
||
|
<div
|
||
|
class="mx_AutoHideScrollbar mx_ScrollPanel cls"
|
||
|
tabindex="-1"
|
||
|
>
|
||
|
<div
|
||
|
class="mx_RoomView_messageListWrapper"
|
||
|
>
|
||
|
<ol
|
||
|
aria-live="polite"
|
||
|
class="mx_RoomView_MessageList"
|
||
|
style="height: 400px;"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
);
|
||
|
</DocumentFragment>
|
||
|
`;
|