Skip to content

Instantly share code, notes, and snippets.

View VerteDinde's full-sized avatar

Keeley Hammond VerteDinde

View GitHub Profile
@VerteDinde
VerteDinde / index.html
Created March 19, 2026 19:16
aria-setsize-423673297
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>aria-setsize Repro — crbug.com/423673297</title>
<style>
body { font-family: system-ui; padding: 20px; }
ul { margin: 12px 0; }
li { padding: 4px 0; }
h3 { margin-top: 24px; }
@VerteDinde
VerteDinde / index.html
Created March 19, 2026 07:35
AXMenuOpened-40794596
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>AXMenuOpened Repro — crbug.com/40794596</title>
<style>
body { font-family: system-ui; padding: 20px; }
button { margin: 8px 4px; padding: 8px 16px; font-size: 14px; }
[role="menu"] {
border: 1px solid #999;
@VerteDinde
VerteDinde / index.html
Created March 16, 2026 23:40
notification-macos-methods-v1
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Notification Static Methods Demo</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; padding: 20px; background: #1e1e1e; color: #ccc; }
h1 { font-size: 18px; color: #fff; }
h2 { font-size: 14px; color: #aaa; margin-top: 24px; }
button { padding: 8px 16px; margin: 4px; border: none; border-radius: 4px; cursor: pointer; font-size: 13px; }
@VerteDinde
VerteDinde / index.html
Created January 14, 2025 21:33
useSystemPicker
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<button id="startButton" class="button">Start</button>
@VerteDinde
VerteDinde / index.html
Created September 17, 2024 21:49
System Picker Test
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<button id="startButton" class="button">Start</button>
@VerteDinde
VerteDinde / index.html
Created September 9, 2024 13:15
useSystemPicker
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<button id="startButton" class="button">Start</button>
@VerteDinde
VerteDinde / index.html
Created August 27, 2024 15:38
desktopCapturer API Sequioa
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<button id="startButton" class="button">Start</button>
@VerteDinde
VerteDinde / index.html
Created August 21, 2024 23:06
sckp-example
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<button id="startButton" class="button">Start</button>
@VerteDinde
VerteDinde / index.html
Created August 21, 2024 19:56
setDisplayMediaRequestHandler example
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
@VerteDinde
VerteDinde / index.html
Created July 12, 2024 22:49
print-to-pdf
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>