New issue
Advanced search Search tips

Issue 874280 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Some DOM Distiller tests fail in Firefox

Project Member Reported by wychen@chromium.org, Aug 14

Issue description

DOM distiller might have some assumptions that rely on Chrome-specific behavior. See  issue 873298  and  issue 873291  for example.

Most of the failures in Firefox are due to switched order of weight/height attributes, which should be fine. The other failures are:

TableClassifierTest.testBorderAroundCells:
Expected=DATA
Actual  =LAYOUT

TreeCloneBuilderTest.testCloneElement:
Expected=<div dir="auto"></div>
Actual  =<div dir="ltr"></div>

TableClassifierTest.testBorderAroundCells might be the most worrysome failure.
 

Sign in to add a comment