We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf78539 commit aed5e44Copy full SHA for aed5e44
tasks/test_syntax.js
@@ -210,7 +210,7 @@ function assertSrcContents() {
210
* - If you use conforms to these rules, you may update
211
* KNOWN_GET_COMPUTED_STYLE_CALLS to count the new use.
212
*/
213
- var KNOWN_GET_COMPUTED_STYLE_CALLS = 5;
+ var KNOWN_GET_COMPUTED_STYLE_CALLS = 6;
214
if(getComputedStyleCnt !== KNOWN_GET_COMPUTED_STYLE_CALLS) {
215
logs.push('Expected ' + KNOWN_GET_COMPUTED_STYLE_CALLS +
216
' window.getComputedStyle calls, found ' + getComputedStyleCnt +
0 commit comments