summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/quirks/class-names-across-iframes-ref.html
blob: 47ff69d30b7ba3e492f6d2399abf936ee5eb3ff5 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
<title>Verifies matching of class names across iframes with/without quirks</title>
<body>
<iframe srcdoc="<!DOCTYPE html><html><head><style>p.Testing{color:green;}</style></head><body><p class='Testing'>text that should be green</p></body></html>");
</script>
</body>
</html>