tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

reftest-info.js (225B)


      1 // |reftest| -- foo bar  baz
      2 // Copyright (C) 2024 Igalia S.L. All rights reserved.
      3 // This code is governed by the BSD license found in the LICENSE file.
      4 
      5 /*---
      6 info: Information
      7 ---*/
      8 
      9 function f() {
     10    let
     11    await 0;
     12 }