UNPKG

argus-eyes

Version:

A lightweight commandline tool for visual regression testing of UI components.

21 lines (20 loc) 324 B
<!doctype html> <html> <head> <style> .header, .footer { display: inline-block; width: 250px; height: 250px; } </style> </head> <body> <div class="header"> Mock header </div> <div class="footer"> Mock footer? </div> </body> </html>