Skip to content

Commit aed5e44

Browse files
committed
increment by 1 the number of known getComputedStyle calls
1 parent bf78539 commit aed5e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_syntax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function assertSrcContents() {
210210
* - If you use conforms to these rules, you may update
211211
* KNOWN_GET_COMPUTED_STYLE_CALLS to count the new use.
212212
*/
213-
var KNOWN_GET_COMPUTED_STYLE_CALLS = 5;
213+
var KNOWN_GET_COMPUTED_STYLE_CALLS = 6;
214214
if(getComputedStyleCnt !== KNOWN_GET_COMPUTED_STYLE_CALLS) {
215215
logs.push('Expected ' + KNOWN_GET_COMPUTED_STYLE_CALLS +
216216
' window.getComputedStyle calls, found ' + getComputedStyleCnt +

0 commit comments

Comments
 (0)