15 lines
230 B
HTML
15 lines
230 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>[ #433359 ] Empty iframe elements trimmed</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
This is a test
|
||
|
<iframe>
|
||
|
So is this
|
||
|
</iframe>
|
||
|
<iframe>
|
||
|
</iframe>
|
||
|
</body>
|
||
|
</html>
|