Closed
Description
For this document:
<!DOCTYPE html>
<html>
<head>
<script src="toolkitchen/toolkit/toolkit.js"></script>
</head>
<body>
<element name="x-fail">
<link rel="stylesheet" toolkit-scope="global">
<script>Toolkit.register(this)</script>
</element>
<x-fail></x-fail>
</body>
</html>
The styling mechanism will throw an exception because it expects the stylesheet to have been loaded by HTMLImports
Metadata
Assignees
Labels
No labels