Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/layers/apz/test/mochitest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  test_group_hittest-3.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/gfx/layers/apz/test/mochitest/test_group_hittest-3.html


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Various hit-testing tests that spawn in new windows - Part 3</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script type="application/javascript" src="apz_test_utils.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <script type="application/javascript">

var prefs = [
  // Turn off displayport expiry so that we don't miss failures where the
  // displayport is set and then expires before we get around to doing the
  // hit-test inside the activated scrollframe.
  ["apz.displayport_expiry_ms", 0],
  // Always layerize the scrollbar track, so as to get consistent results
  // across platforms. Eventually we should probably get rid of this and make
  // the tests more robust in terms of testing all the different cross-platform
  // variations.
  ["layout.scrollbars.always-layerize-track", true],
  // We need this pref to allow the synthetic mouse events to propagate to APZ,
  // and to allow the MozMouseHittest event in particular to be dispatched to
  // APZ as a MouseInput so the hit result is recorded.
  ["test.events.async.enabled", true],
  // Turns on APZTestData logging which we use to obtain the hit test results.
  ["apz.test.logging_enabled", true],
  // Prefs to ensure we can produce a precise amount of scrolling via
  // synthesized touch-drag gestures.
  ["apz.touch_start_tolerance""0.0"],
  ["apz.fling_min_velocity_threshold""10000"],
];

var subtests = [
  {"file""helper_hittest_iframe_perspective.html""prefs": prefs},
  {"file""helper_hittest_iframe_perspective-3.html""prefs": prefs},
  {"file""helper_hittest_iframe_perspective-4.html""prefs": prefs},
  {"file""helper_hittest_iframe_opacity_zero.html""prefs": prefs},
];

if (isApzEnabled()) {
  SimpleTest.waitForExplicitFinish();
  window.onload = function() {
    runSubtestsSeriallyInFreshWindows(subtests)
    .then(SimpleTest.finish, SimpleTest.finishWithFailure);
  };
}

  </script>
</head>
<body>
</body>
</html>

Messung V0.5
C=96 H=93 G=94

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© 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.