browser/metro/base/tests/mochitest/browser_selection_contenteditable.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <!DOCTYPE html>
     2 <html>
     3 <head>
     4 <style>
     5   HTML {
     6     height: 100%;
     7     cursor: text;
     8     margin: 50px;
     9   }
    10   BODY {
    11     height: 100%;
    12     border: 0;
    13     margin: 0;
    14   }
    15   div {
    16     border: solid 1px gray;
    17     min-width: 800px;
    18     width: 800px;
    19     max-width: 800px;
    20   }
    21 </style>
    22 <title>Content editable selection test page</title>
    23 </head>
    24   <body style="font-size: 12pt;" contenteditable="true">
    25   <div id="testdiv">Testing sending an email in the outlook.com email client.</div>
    26 </body>
    27 </html>

mercurial