The document describes a technique for automatically detecting differences in how a web page is rendered across different browsers. It collects both structural information from the DOM tree and visual information from screenshots when a page is loaded in each browser. The technique then matches elements in the DOM trees and compares visual information to identify any discrepancies in how the page is rendered between browsers.
Related topics: