summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/speculation-rules/prefetch/document-rules.https.html.ini
blob: 261096df3fdc61b84b68d31ed47cf3415f920fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[document-rules.https.html?include=invalidPredicate]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [invalid predicate should not throw error or start prefetch]
    expected: FAIL


[document-rules.https.html?include=linkInShadowTree]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [test that matching link in a shadow tree is prefetched]
    expected: FAIL


[document-rules.https.html?include=defaultPredicate]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [test document rule with no predicate]
    expected: FAIL


[document-rules.https.html?include=hrefMatches]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [test href_matches document rule]
    expected: FAIL


[document-rules.https.html?include=not]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [test document rule with negation predicate]
    expected: FAIL


[document-rules.https.html?include=or]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [test document rule with disjunction predicate]
    expected: FAIL


[document-rules.https.html?include=and]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [test document rule with conjunction predicate]
    expected: FAIL