UNPKG

argus-eyes

Version:

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

24 lines (23 loc) 399 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<br> Mock footer<br> Mock footer<br> Mock footer<br> </div> </body> </html>