summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-typed-om/stylevalue-subclasses/cssTransformValue.tentative.html.ini
blob: b4f08e8512d0ab4af6b3261d2a7c605276f9d4b2 (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
[cssTransformValue.tentative.html]
  [Constructing a CSSTransformValue with no components throws TypeError]
    expected: FAIL

  [CSSTransformValue can be constructed with multiple transforms]
    expected: FAIL

  [CSSTransformValue.is2D is false when given mix of 2D and 3D transforms]
    expected: FAIL

  [CSSTransformValue.is2D is true when given only 2D transforms]
    expected: FAIL

  [CSSTransformValue.is2D is readonly]
    expected: FAIL

  [Can iterate through CSSTransformValue components]
    expected: FAIL

  [CSSTransformValue.set correctly sets the CSSTransformComponent at the given index]
    expected: FAIL

  [Setting a component in CSSTransformValue correctly appends the CSSTransformComponent if index specified is greater than length]
    expected: FAIL