Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / rowindex-comment-nodes-expected.txt
blob65651ba74fae45c5d0dab916236219c2da2133e5
1 This page tests whether or not comment nodes disrupt the row index of rows in a table.
3 Row One
4 Row Three
5 PASS: document.getElementById('tr1').parentNode.childNodes.length == 5 should be true and is.
6 PASS: document.getElementById('tr1').rowIndex == 0 should be true and is.
7 PASS: document.getElementById('tr2').rowIndex == 1 should be true and is.
8 PASS: document.getElementById('tr3').rowIndex == 1 should be true and is.