| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="resources/dump-attributed-string.js"></script> | |
| </head> | |
| <body> | |
| hello <b style="background-color:blue; color:white;">world</b> <a href="https://webkit.org/">WebKit</a>.<br> | |
| <span style="background-color:yellow;">this is a <u><i>t</i>est</u> of <em>attributed</em> string.</span> | |
| </body> | |
| </html> |