Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTableSectionElement / insertRow-default-argument-expected.txt
blob6470120c622e11c2800c3a9fde11e5cda74f32ec
1 Tests that HTMLTableSectionElement.insertRow()'s default argument is -1.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS tb.__proto__ is HTMLTableSectionElement.prototype
7 PASS rows.length is 4
8 PASS rows[0].innerHTML is "0"
9 PASS rows[1].innerHTML is "1"
10 PASS rows[2].innerHTML is "2"
11 PASS rows[3].innerHTML is "3"
12 PASS successfullyParsed is true
14 TEST COMPLETE