dom/canvas/test/webgl-conf/mochi-wrapper.html.template
author AndiAJ <andiaj@users.noreply.github.com>
Tue, 15 Jul 2025 12:24:39 +0000 (11 hours ago)
changeset 796640 bb851a378010881961ccfae598f355ea1211941d
parent 305263 9866b4bbea58120a75360f20c2e7331c0b6b078e
permissions -rw-r--r--
Bug 1977313 - Fix failing custom search engines related UI tests r=aaronmt The UI test started to fail after this [[ https://phabricator.services.mozilla.com/D252233 | change ]] landed. To fix the 2 UI tests I've removed the snackbar assertions. Both tests successfuly passed 10x on Firebase ✅ Differential Revision: https://phabricator.services.mozilla.com/D257244
<!-- GENERATED FILE, DO NOT EDIT -->
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset='utf-8'/>
    <title>
      Mochitest wrapper for WebGL Conformance Test Suite tests
    </title>
    <link rel='stylesheet' type='text/css' href='../iframe-passthrough.css'/>

    <script src='/tests/SimpleTest/SimpleTest.js'></script>
    <link rel='stylesheet' type='text/css' href='/tests/SimpleTest/test.css'/>
  </head>
  <body>
    <iframe src='../mochi-single.html?checkout/%%TEST_PATH%%%%ARGS%%'></iframe>
  </body>
</html>