Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / fixed-table-non-cell-in-row.html
blob0c398b90234c7ca6383975ed9025126b37901b4e
1 <p>This tests <a href="https://bugs.webkit.org/show_bug.cgi?id=6960">bug 6960</a>,
2 which was an assertion that failed for fixed-layout tables with non-cells in them.
3 This can arise with forms, at least.</p>
4 <p>The test is simply that the empty table below does not cause a crash.</p>
5 <table style="table-layout: fixed; width: 100px; height: 100px; border: solid red 3px"><tr><form><td></td></form></tr></table>