use of com.intellij.psi.css.inspections.invalid.CssInvalidHtmlTagReferenceInspection in project intellij-plugins by JetBrains.
the class FlexHighlightingTest method testHtmlCss.
@JSTestOptions({ JSTestOption.WithCssSupportLoader, JSTestOption.WithFlexFacet })
public void testHtmlCss() throws Exception {
enableInspectionTool(new CssInvalidPropertyValueInspection());
enableInspectionTool(new CssInvalidHtmlTagReferenceInspection());
enableInspectionTool(new CssUnknownPropertyInspection());
doTestFor(true, getTestName(false) + ".html");
}
Aggregations