Sha256: 69849f075d2518da0969b26bb6331cd7ec3023a131019eab59f7d26d848691ff
Contents?: true
Size: 225 Bytes
Versions: 14
Compression:
Stored size: 225 Bytes
Contents
<%# frozen_string_literal: true %> <html> <head> <title>This is the parent frame title</title> </head> <body id="parentBody"> <iframe src='/frame_child' id='childFrame'></iframe> </body> </html>
Version data entries
14 entries across 14 versions & 3 rubygems