summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/server/order-of-metas.window.js
blob: ec2848056a7b1065c65c0f9114994c2f4cd89710 (plain)
1
2
3
4
5
6
7
8
// META: script=resources/expect-seen-testharness.js
// META: timeout=long
// META: title=foo
// META: script=resources/expect-title-meta.js

test(() => {
  assert_array_equals(scripts, ['expect-seen-testharness.js', 'expect-title-meta.js']);
}, "order of scripts");