Skip to content

Commit 7ea2082

Browse files
committed
Update KNOWN_GET_COMPUTED_STYLE_CALLS (adding 1 call).
1 parent 7b8106f commit 7ea2082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test_syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function assertSrcContents() {
193193
* - If you use conforms to these rules, you may update
194194
* KNOWN_GET_COMPUTED_STYLE_CALLS to count the new use.
195195
*/
196-
var KNOWN_GET_COMPUTED_STYLE_CALLS = 6;
196+
var KNOWN_GET_COMPUTED_STYLE_CALLS = 7;
197197
if(getComputedStyleCnt !== KNOWN_GET_COMPUTED_STYLE_CALLS) {
198198
logs.push('Expected ' + KNOWN_GET_COMPUTED_STYLE_CALLS +
199199
' window.getComputedStyle calls, found ' + getComputedStyleCnt +

0 commit comments

Comments
 (0)