OLD | NEW |
(Empty) | |
| 1 <!doctype html> |
| 2 <html> |
| 3 <head></head> |
| 4 <body> |
| 5 <h1>Test page features</h1> |
| 6 |
| 7 This page embeds iframes that use various different encodings. |
| 8 |
| 9 <h1>Test content</h1> |
| 10 |
| 11 Content verification marker: |
| 12 frames-encodings.htm: f53295dd-a95b-4b32-85f5-b6e15377fb20 |
| 13 |
| 14 <iframe src="encoding-iso-8859-2.htm"></iframe> |
| 15 <iframe src="encoding-utf16-le-bom.htm"></iframe> |
| 16 <iframe src="encoding-utf16-le-nobom.htm"></iframe> |
| 17 <iframe src="encoding-utf16-be-bom.htm"></iframe> |
| 18 <iframe src="encoding-utf16-be-nobom.htm"></iframe> |
| 19 <iframe src="encoding-utf32.htm"></iframe> |
| 20 </body> |
| 21 </html> |
OLD | NEW |