You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitcheckCSSWarningAtPos("IE hacks are only necessary when supporting IE7 and older (ieHack)",
128
128
25,8);
129
129
});
130
130
131
-
it("Should show ignored due to display warning",asyncfunction(){
131
+
it(`Should ${testTyle}show ignored due to display warning`,asyncfunction(){
132
132
awaitcheckCSSWarningAtPos("inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block' (propertyIgnoredDueToDisplay)",
133
133
30,8);
134
134
});
135
135
136
-
it("Should show no warning on !important",asyncfunction(){
136
+
it(`Should ${testTyle}show no warning on !important`,asyncfunction(){
137
137
awaitexpectNoCSSLintQuickViewAtPos(34,8);
138
138
awaitexpectNoCSSLintQuickViewAtPos(35,8);
139
139
});
140
140
141
-
it("Should show font-face warning",asyncfunction(){
awaitcheckCSSWarningAtPos("Unknown vendor specific property. (unknownVendorSpecificProperties)Also define the standard property 'border-radius' for compatibility (vendorPrefix)",
0 commit comments