summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/resources/hello-world.html
blob: 0d1111b48c6fdc692554e1568cba46ad633519c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
  	<style>
  	  * { color: 'green'; }
  	</style>
  </head>
  <body>
  	<div><span style="color: green">Hello world!</span></div>
  </body>
</html>