summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/css-module-assertions/resources/integrity-matches.js
blob: 95be445311be7b3af57fdcc006b5dfc1ee1616cd (plain)
1
2
import styleSheet from "./basic.css" assert { type: "css" };
window.matchesLog.push(`integrity-matches,css:${styleSheet.cssRules[0].cssText}`);