doc_boxmodel_iframe2.html (234B)
1 <!DOCTYPE html> 2 <p style="width:100px;height:100px;background:red;box-sizing:border-box">iframe 1</p> 3 <iframe src="data:text/html,<div style='width:400px;height:200px;background:yellow;box-sizing:border-box'>iframe 2</div>"></iframe>