blob: e0829db3d9282a76cc3fd2039bfbf968080f3a6f (
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
|
[media-query-matches-in-iframe.html]
[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
|