blob: bb5dab40069cec8cb6d6f8e844191e4cdcebb5fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<title>What's New Content Test</title>
<link rel="icon shortcut" href="whatsnew.png"/>
</head>
<body bgcolor="#FFFFFF">
<menu type="context" id="pageContextMenu">
<menuitem label="Click me!" id="pageMenuItem"/>
</menu>
<h1 contextmenu="pageContextMenu">What's New Content Test</h1>
<textarea>Zombocom</textarea>
</body>
</html>
|