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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/metro/base/tests/mochitest/browser_selection_contenteditable.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +  HTML {
     1.9 +    height: 100%;
    1.10 +    cursor: text;
    1.11 +    margin: 50px;
    1.12 +  }
    1.13 +  BODY {
    1.14 +    height: 100%;
    1.15 +    border: 0;
    1.16 +    margin: 0;
    1.17 +  }
    1.18 +  div {
    1.19 +    border: solid 1px gray;
    1.20 +    min-width: 800px;
    1.21 +    width: 800px;
    1.22 +    max-width: 800px;
    1.23 +  }
    1.24 +</style>
    1.25 +<title>Content editable selection test page</title>
    1.26 +</head>
    1.27 +  <body style="font-size: 12pt;" contenteditable="true">
    1.28 +  <div id="testdiv">Testing sending an email in the outlook.com email client.</div>
    1.29 +</body>
    1.30 +</html>

mercurial