Skip to content

Commit c8351f7

Browse files
committed
edit
1 parent 53a8f13 commit c8351f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/driver/cypress/fixtures/virtual-scroll-stress-test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>React Virtuoso Test Website - Browser Crash Reproduction</title>
6+
<title>Test Website - Browser Crash Reproduction</title>
77
<style>
88
body {
99
margin: 0;
@@ -238,7 +238,7 @@
238238

239239
<div class="container">
240240
<div class="header">
241-
<h1>React Virtuoso Browser Crash Test</h1>
241+
<h1>Browser Crash Test</h1>
242242
<p>This website is designed to reproduce browser crashes when scrolling with virtual scrolling libraries</p>
243243
<div class="status status-warning">
244244
⚠️ Warning: This test may cause browser crashes or performance issues. Use with caution!
@@ -643,7 +643,7 @@ <h2 class="section-header">Test 4: Extreme Stress Test (50,000 items)</h2>
643643
}
644644

645645
// Initialize
646-
console.log('React Virtuoso Test Website loaded in fallback mode');
646+
console.log('Test Website loaded in fallback mode');
647647
console.log('All functions are available:', {
648648
loadBasicList: typeof loadBasicList,
649649
loadDynamicList: typeof loadDynamicList,

0 commit comments

Comments
 (0)