DEBSOURCES
Skip Quicknav
sources / wpewebkit / 2.38.6-1 / Tools / TestWebKitAPI / Tests / WebKitCocoa / alert.html
12345678910
<!DOCTYPE html> <html> <body> <script> onload = () => { alert("foo"); }; </script> </body> </html>