Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 351 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 351 Bytes

This is a program that compares two HTML files based on the following:

  • Content
  • Absolute position of the content
  • Basic CSS (color, background, etc.)

This project is based on Javascript

Potential Problems:

  • cross-origin policy
  • javascript error based on browser performance issues
  • inject javascript in the framed pages
  • Using "setTimeout"