summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/speculation-rules/prefetch/document-rules.https.html.ini
blob: a5316801ebe408262419496b83a25e127dbe28f7 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[document-rules.https.html?include=invalidPredicate]
  [invalid predicate should not throw error or start prefetch]
    expected: FAIL


[document-rules.https.html?include=linkInShadowTree]
  [test that matching link in a shadow tree is prefetched]
    expected: FAIL


[document-rules.https.html?include=defaultPredicate]
  [test document rule with no predicate]
    expected: FAIL


[document-rules.https.html?include=hrefMatches]
  [test href_matches document rule]
    expected: FAIL


[document-rules.https.html?include=not]
  [test document rule with negation predicate]
    expected: FAIL


[document-rules.https.html?include=or]
  [test document rule with disjunction predicate]
    expected: FAIL


[document-rules.https.html?include=and]
  [test document rule with conjunction predicate]
    expected: FAIL


[document-rules.https.html?include=linkHrefChanged]
  [test that changing the href of an invalid link to a matching value triggers a prefetch]
    expected: FAIL


[document-rules.https.html?include=newRuleSetAdded]
  [test that adding a second rule set triggers prefetch]
    expected: FAIL


[document-rules.https.html?include=selectorMatchesDisplayLocked]
  [test selector_matches with link inside display locked container]
    expected: FAIL


[document-rules.https.html?include=unslottedLink]
  [test that unslotted link never matches document rule]
    expected: FAIL


[document-rules.https.html?include=selectorMatches]
  [test selector_matches document rule]
    expected: FAIL


[document-rules.https.html?include=selectorMatchesDisplayNone]
  [test selector_matches with link inside display:none container]
    expected: FAIL


[document-rules.https.html?include=selectorMatchesInShadowTree]
  [test selector_matches with link inside shadow tree]
    expected: FAIL


[document-rules.https.html?include=selectorMatchesScopingRoot]
  [test selector_matches with :root]
    expected: FAIL


[document-rules.https.html?include=immediateMutation]
  [test that selector_matches predicates respect changes immediately]
    expected: FAIL