text-size-adjust-valid.html.ini (704B)
1 [text-size-adjust-valid.html] 2 [e.style['text-size-adjust'\] = "none" should set the property value] 3 expected: FAIL 4 5 [e.style['text-size-adjust'\] = "200%" should set the property value] 6 expected: FAIL 7 8 [e.style['text-size-adjust'\] = "auto" should set the property value] 9 expected: FAIL 10 11 [e.style['text-size-adjust'\] = "100%" should set the property value] 12 expected: FAIL 13 14 [e.style['text-size-adjust'\] = "0%" should set the property value] 15 expected: FAIL 16 17 [e.style['text-size-adjust'\] = "calc(10% + 5%)" should set the property value] 18 expected: FAIL 19 20 [e.style['text-size-adjust'\] = "calc(10% * sibling-index())" should set the property value] 21 expected: FAIL