| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Notifications Internals</title> |
| </head> |
| <body> |
| <h1>Notifications Internals</h1> |
| <h2>Schedule Enhanced Safe Browsing Notification</h2> |
| <button id="esb-notification">Schedule</button> |
| <h2>Schedule Quick Delete Notification</h2> |
| <button id="quick-delete-notification">Schedule</button> |
| <h2>Schedule Google Lens Notification</h2> |
| <button id="google-lens-notification">Schedule</button> |
| <h2>Schedule Bottom Omnibox Notification</h2> |
| <button id="bottom-omnibox-notification">Schedule</button> |
| <script type="module" src="notifications_internals.js"></script> |
| </body> |
| </html> |