testing/web-platform/tests/soft-navigation-heuristics/soft-navigation-detection.tentative.html
author Lando <lando@lando.test>
Fri, 11 Jul 2025 04:32:24 +0000 (104 minutes ago)
changeset 796014 f14d1c1492bc6791542a001365abbca4bd9b28db
parent 795144 9896b60a1941e524fabc8a1e4f7f80b124a48c8f
permissions -rw-r--r--
Merge autoland to mozilla-central
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Detect simple soft navigation.</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="resources/soft-navigation-helper.js"></script>
</head>
<body>
  <a id=link>Click me!</a>
  <main id=main>
  </main>
  <script>
    testSoftNavigation({
      testName: "Test that a soft navigation is detected",
    });
  </script>
</body>
</html>