UNPKG

slimerjs-firefox

Version:

This repo includes slimerjs as well as downloads a local copy of Firefox.

11 lines 290 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>sub window frames</title> </head> <frameset rows="100,*"> <frame src="subframe_top.html" name='subframetop' > <frame src="simplehello.html" name='subframebottom'> </frameset> </html>