Support MHTML input in DOM distiller eval system |
|
Issue descriptionThe eval system for DOM distiller only take HTML input, which doesn't include any of the sub-resources like CSS, images, etc. Some of the heuristics in DOM distiller rely on the layout, and HTML alone couldn't accurately reproduce the DOM state. MHTML should be a good candidate, since it serialize the DOM state, and is static (no JS allowed). |
|
►
Sign in to add a comment |
|