reftest-info.js (272B)
1 // Copyright (C) 2024 Igalia S.L. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 info: | 6 Information 7 8 foo bar baz 9 flags: [noStrict] 10 description: | 11 pending 12 esid: pending 13 ---*/ 14 function f() { 15 let 16 await 0; 17 }