text-wrap-pretty.html.ini (953B)
1 [text-wrap-pretty.html] 2 [e.style['text-wrap'\] = "pretty" should set the property value] 3 expected: FAIL 4 5 [e.style['text-wrap'\] = "wrap pretty" should set the property value] 6 expected: FAIL 7 8 [e.style['text-wrap'\] = "pretty wrap" should set the property value] 9 expected: FAIL 10 11 [e.style['text-wrap'\] = "nowrap pretty" should set the property value] 12 expected: FAIL 13 14 [e.style['text-wrap'\] = "pretty nowrap" should set the property value] 15 expected: FAIL 16 17 [e.style['text-wrap-style'\] = "pretty" should set the property value] 18 expected: FAIL 19 20 [Property text-wrap value 'pretty'] 21 expected: FAIL 22 23 [Property text-wrap value 'wrap pretty'] 24 expected: FAIL 25 26 [Property text-wrap value 'pretty wrap'] 27 expected: FAIL 28 29 [Property text-wrap value 'nowrap pretty'] 30 expected: FAIL 31 32 [Property text-wrap value 'pretty nowrap'] 33 expected: FAIL 34 35 [Property text-wrap-style value 'pretty'] 36 expected: FAIL