Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/layers/apz/test/mochitest/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 3 kB image not shown  

Quelle  test_group_scrollend.html

  Sprache: HTML
 

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


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Various scrollend tests that spawn in new windows</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 = [
  ["apz.test.mac.synth_wheel_input", true],
];

var smoothScrollDisabled = [
  ...prefs,
  ["general.smoothScroll", false],
];

var smoothMsdScrollEnabled = [
  ...prefs,
  ["general.smoothScroll", true],
  ["general.smoothScroll.msdPhysics.enabled", true],
];

var smoothScrollEnabled = [
  ...prefs,
  ["general.smoothScroll", true],
  ["general.smoothScroll.msdPhysics.enabled", false],
];

var scrollbarPrefs = [
  ...prefs,
  ["ui.useOverlayScrollbars"0],
  ["layout.scrollbars.click_and_hold_track.continue_to_end", false],
];

var scrollbarPrefsWithHitTest = [
  ...scrollbarPrefs,
  ["test.events.async.enabled", true],
  ["apz.test.logging_enabled", true],
];

var touchGesturePrefs = [
  ...prefs,
  ["apz.touch_start_tolerance""0.0"],
  ["apz.fling_min_velocity_threshold""10000"],
];

var subtests = [
  {"file""helper_basic_scrollend.html?chrome-only=true""prefs": prefs},
  {"file""helper_basic_scrollend.html?chrome-only=false""prefs": prefs},
  {"file""helper_scrollend_bubbles.html?scroll-target=document""prefs": prefs},
  {"file""helper_scrollend_bubbles.html?scroll-target=element""prefs": prefs},
  {"file""helper_main_thread_smooth_scroll_scrollend.html""prefs": prefs},
  {"file""helper_pan_with_no_scroll.html""prefs": prefs},
  {"file""helper_visual_viewport_scrollend.html""prefs": touchGesturePrefs},
  {"file""helper_scrollend_bubbles.html?scroll-target=document",
        "prefs": smoothScrollDisabled},
  {"file""helper_scrollend_bubbles.html?scroll-target=element",
        "prefs": smoothScrollDisabled},
  {"file""helper_main_thread_smooth_scroll_scrollend.html",
        "prefs": smoothScrollDisabled},
  {"file""helper_keyboard_scrollend.html?direction=up",
        "prefs": smoothMsdScrollEnabled},
  {"file""helper_keyboard_scrollend.html?direction=up",
        "prefs": smoothScrollEnabled},
  {"file""helper_keyboard_scrollend.html?direction=up&flush-before-key",
        "prefs": smoothScrollEnabled},
  {"file""helper_keyboard_scrollend.html?direction=up",
        "prefs": smoothScrollDisabled},
  {"file""helper_keyboard_scrollend.html?direction=up&flush-before-key",
        "prefs": smoothScrollDisabled},
  {"file""helper_keyboard_scrollend.html?direction=down&flush-before-key",
        "prefs": smoothScrollEnabled},
  {"file""helper_keyboard_scrollend.html?direction=down&flush-before-key",
        "prefs": smoothScrollDisabled},
  {"file""helper_keyboard_scrollend.html?direction=down",
        "prefs": smoothScrollDisabled},
  {"file""helper_click_and_hold_scrollbar_scrollend.html",
   "prefs": scrollbarPrefsWithHitTest},
  {"file""helper_click_and_hold_scrollbar_scrollend_after_snap.html",
   "prefs": scrollbarPrefs},
  {"file""helper_pan_end_snap_to_current_position_scrollend.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 in Prozent
C=86 H=100 G=93

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-26) ¤

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