<table> should auto-close <p> when not in quirks mode
Created attachment 60685 [details] Patch
Comment on attachment 60685 [details] Patch WebCore/html/HTMLTreeBuilder.cpp:683 + processFakeEndTag(pTag); You should use processFakePEndTagIfPInScope()
Created attachment 60695 [details] Patch for landing
Committed r62636: <http://trac.webkit.org/changeset/62636>