Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  helper_div_pan.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/gfx/layers/apz/test/mochitest/helper_div_pan.html


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width; initial-scale=1.0">
  <title>Sanity panning test for scrollable div</title>
  <script type="application/javascript" src="apz_test_native_event_utils.js"></script>
  <script type="application/javascript" src="apz_test_utils.js"></script>
  <script src="/tests/SimpleTest/paint_listener.js"></script>
  <script type="application/javascript">

async function test() {
  let transformEndPromise = promiseTransformEnd();

  await synthesizeNativeTouchDrag(document.getElementById("outer"), 101000, -50);
  dump("Finished native drag, waiting for transform-end observer...\n");

  await transformEndPromise;

  dump("Transform complete; flushing repaints...\n");
  await promiseOnlyApzControllerFlushed();

  var outerScroll = document.getElementById("outer").scrollTop;
  is(outerScroll, 50"check that the div scrolled");
}

waitUntilApzStable()
  .then(test)
  .then(subtestDone);

  </script>
</head>
<body>
 <div id="outer" style="height: 250px; border: solid 1px black; overflow:scroll">
  <div style="height: 5000px; background-color: lightblue">
    This div makes the |outer| div scrollable.
  </div>
 </div>
 <div style="height: 5000px; background-color: lightgreen;">
  This div makes the top-level page scrollable.
 </div>
</body>
</html>

Messung V0.5 in Prozent
C=89 H=99 G=94

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002