Skip to content

Commit

Permalink
add missing css html import
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez committed Apr 17, 2018
1 parent a84ad78 commit a52148a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/shady-unscoped-style-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const $_documentContainer = document.createElement('div');
$_documentContainer.setAttribute('style', 'display: none;');

$_documentContainer.innerHTML = `<dom-module id="global-shared1">
<link rel="import" type="css" shady-unscoped href="shady-unscoped-style-import-css.html">
<template>
<style shady-unscoped="">
:root {
Expand All @@ -32,7 +32,7 @@ $_documentContainer.innerHTML = `<dom-module id="global-shared1">
</style>
</template>
</dom-module><dom-module id="global-shared2">
<link rel="import" type="css" shady-unscoped href="shady-unscoped-style-import-css.html">
</dom-module>`;

document.head.appendChild($_documentContainer);

0 comments on commit a52148a

Please sign in to comment.