summaryrefslogtreecommitdiffstats
path: root/dom/base/test/chrome/frame_bug814638.xul
blob: 3543a42c330aab530a17c092e110628c352be100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=814638
-->
<window title="Mozilla Bug 814638"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <keyset>
    <key key="T" modifiers="control" oncommand="receivedKeyEvent()"/>
  </keyset>

  <iframe flex="1" src="about:"/>

</window>