quixote
Version:
CSS unit and integration testing
17 lines (12 loc) • 469 B
HTML
<html>
<head>
</head>
<body>
<p>In this frame, the text is made larger than specified by its stylesheet.</p>
<iframe src="inner.html" width="2000"></iframe>
<p>This is the same frame content in a narrower frame. In this one, the text is exactly the size specified by its stylesheet.</p>
<iframe src="inner.html" width="300"></iframe>
<p><a href="inner.html">Link to inner file (may be needed for Mobile Safari cache-busting)</a></p>
</body>
</html>