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