summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/mediaqueries/media-query-matches-in-iframe.html.ini
blob: 92f8452d95a8608aec5a7ad6ea4a8e6d3ac506bc (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
[media-query-matches-in-iframe.html]
  [matchMedia('(max-width: 150px)').matches should update immediately]
    expected: FAIL

  [matchMedia('(width: 100px)').matches should update immediately]
    expected: FAIL

  [matchMedia('(orientation: portrait)').matches should update immediately]
    expected: FAIL

  [matchMedia('(aspect-ratio: 1/1)').matches should update immediately]
    expected: FAIL

  [matchMedia('(max-aspect-ratio: 4/3)').matches should update immediately]
    expected: FAIL

  [matchMedia('(height: 100px)').matches should update immediately]
    expected: FAIL

  [matchMedia('(max-height: 150px)').matches should update immediately]
    expected: FAIL

  [matchMedia('(min-aspect-ratio: 3/4)').matches should update immediately]
    expected: FAIL

  [matchMedia('(min-height: 150px)').matches should update immediately]
    expected: FAIL

  [matchMedia('(aspect-ratio: 1/2)').matches should update immediately]
    expected: FAIL

  [matchMedia('(min-width: 150px)').matches should update immediately]
    expected: FAIL

  [matchMedia('(min-aspect-ratio: 4/3)').matches should update immediately]
    expected: FAIL

  [matchMedia('(max-width: 150px)') should not receive a change event until update the rendering step of HTML5 event loop]
    expected: FAIL

  [matchMedia('(width: 100px)') should not receive a change event until update the rendering step of HTML5 event loop]
    expected: FAIL

  [matchMedia('(orientation: portrait)') should not receive a change event until update the rendering step of HTML5 event loop]
    expected: FAIL

  [matchMedia('(aspect-ratio: 1/1)') should not receive a change event until update the rendering step of HTML5 event loop]
    expected: FAIL

  [matchMedia('(max-aspect-ratio: 4/3)') should not receive a change event until update the rendering step of HTML5 event loop]
    expected: FAIL

  [matchMedia('(max-width: 150px)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
    expected: FAIL

  [matchMedia('(width: 100px)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
    expected: FAIL

  [matchMedia('(orientation: portrait)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
    expected: FAIL

  [matchMedia('(aspect-ratio: 1/1)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
    expected: FAIL

  [matchMedia('(max-aspect-ratio: 4/3)') should receive a change event after resize event on the window but before a requestAnimationFrame callback is called]
    expected: FAIL