Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / style-enumerate-properties-expected.txt
blobb002db8bc1ef2480bb027fdd049d6b2f7b40499c
1 This test makes sure that CSSStyleDeclaration enumerates JavaScript properties for defined and non-defined CSS properties, indexed properties, and properties defined on the prototype. See Bug 23946.
2 PASS document.body.style.length is 4
3 PASS '0' in document.body.style is true
4 PASS '1' in document.body.style is true
5 PASS 'textDecoration' in document.body.style is true
6 PASS 'textDecorationLine' in document.body.style is true
7 PASS 'textDecorationStyle' in document.body.style is true
8 PASS 'textDecorationColor' in document.body.style is true
9 PASS 'borderTopColor' in document.body.style is true
10 PASS 'border' in document.body.style is true
11 PASS 'font' in document.body.style is true
12 PASS 'webkitTransform' in document.body.style is true
13 PASS 'WebkitTransform' in document.body.style is true
14 PASS 'bogus-random-String' in document.body.style is false
15 PASS 'cssText' in document.body.style is true
16 PASS The CSS property order is correct
17 PASS successfullyParsed is true
19 TEST COMPLETE