ASSERTION FAILED: overflowX() != OVISIBLE || overflowX() == overflowY()
Overflow style adjustment for table elements are removed, and an additional
condition was added to the rendering code to avoid clipping.
We don't need to deal with TABLE_ROW_GROUP and TABLE_ROW because we already
have a prevention for them by isRenderBlock() in the main condition for clipping.
BUG=
368699