blob: eb40f306c2fe54106fc1aad23b29daaf8c7e7d29 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<link id="importLink" rel="import" href="style-link-grandchild.html">
<link id="styleLink" rel="stylesheet" type="text/css" title="Script Blocker" href="style-link-child.css">
<script>
var theDocument = document.currentScript.ownerDocument;
childStyleLink = theDocument.getElementById("styleLink");
shouldBeEqualToString("childStyleLink.sheet.title", "Script Blocker");
</script>
</head>
</html>