-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
reproduced on Firefox 135a1 and latest macOS safari on macbook pro m4
repro
- copy this text into clipboard:
for ($i = -5; $i < 5; $i++) {
var_dump($i == null);
}
- open https://3v4l.org/iGoti
- click into the text editor and place the cursor at the very end after
"\n";
- press ENTER
- paste the clipboard contents
- move cursor using the keyboard-arrows just after
==
of the pasted text - press backspace
=> browser freezes at this screen

Metadata
Metadata
Assignees
Labels
No labels