Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  test_bug830600.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/editor/libeditor/tests/test_bug830600.html


<!DOCTYPE HTML>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=830600
-->

<head>
  <title>Test for Bug 830600</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css">
</head>

<body>
  <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=830600">Mozilla Bug 830600</a>
  <p id="display"></p>
  <div id="content" style="display: none">
  </div>
  <input type="text" id="t1" />
  <pre id="test">
    <script type="application/javascript">

      /** Test for Bug 830600 **/
      SimpleTest.waitForExplicitFinish();
      SimpleTest.waitForFocus(function() {
        const Ci = SpecialPowers.Ci;
        function test(str, expected, callback) {
          var t = document.getElementById("t1");
          t.focus();
          t.value = "";
          var editor = SpecialPowers.wrap(t).editor;
          editor.newlineHandling = Ci.nsIEditor.eNewlinesStripSurroundingWhitespace;
          SimpleTest.waitForClipboard(str,
            function() {
              SpecialPowers.Cc["@mozilla.org/widget/clipboardhelper;1"]
                        .getService(Ci.nsIClipboardHelper)
                        .copyString(str);
            },
            function() {
              synthesizeKey("V", {accelKey: true});
              is(t.value, expected, "New line handling works correctly");
              t.value = "";
              callback();
            },
            function() {
              ok(false, "Failed to copy the string");
              SimpleTest.finish();
            }
          );
        }

        function runNextTest() {
          if (tests.length) {
            var currentTest = tests.shift();
            test(currentTest[0], currentTest[1], runNextTest);
          } else {
            SimpleTest.finish();
          }
        }

        var tests = [
          ["abc""abc"],
          ["\n"""],
          [" \n"""],
          ["\n """],
          [" \n """],
          [" a"" a"],
          ["a ""a "],
          [" a "" a "],
          [" \nabc""abc"],
          ["\n abc""abc"],
          [" \n abc""abc"],
          [" \nabc ""abc "],
          ["\n abc ""abc "],
          [" \n abc ""abc "],
          ["abc\n ""abc"],
          ["abc \n""abc"],
          ["abc \n ""abc"],
          [" abc\n "" abc"],
          [" abc \n"" abc"],
          [" abc \n "" abc"],
          [" abc \n def \n "" abcdef"],
          ["\n abc \n def \n ""abcdef"],
          [" \n abc \n def ""abcdef "],
          [" abc\n\ndef "" abcdef "],
          [" abc \n\n def "" abcdef "],
        ];

        runNextTest();
      });

   </script>
  </pre>
</body>
</html>

Messung V0.5
C=95 H=99 G=96

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge