summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/cssom-view/MediaQueryList-addListener-removeListener.html.ini
blob: 24403ee226f209bb1e5d5ff44b555d931fae130f (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
[MediaQueryList-addListener-removeListener.html]
  [listeners are called when <iframe> is resized]
    expected:
      if (os == "linux"): ["PASS", "FAIL"]

  [listeners are called in order they were added]
    expected:
      if (os == "linux") and not debug: ["PASS", "FAIL"]

  [listener that was added twice is called only once]
    expected:
      if (os == "linux") and not debug: ["PASS", "FAIL"]

  [listeners are called correct number of times]
    expected:
      if (os == "linux"): ["PASS", "FAIL"]

  [removing listener from one MQL doesn't remove it from all MQLs]
    expected:
      if (os == "linux") and not debug: ["PASS", "FAIL"]

  [listeners are called in order their MQLs were created]
    expected:
      if (os == "linux") and not debug: ["PASS", "FAIL"]