We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KNOWN_GET_COMPUTED_STYLE_CALLS
1 parent 7b8106f commit 7ea2082Copy full SHA for 7ea2082
tasks/test_syntax.js
@@ -193,7 +193,7 @@ function assertSrcContents() {
193
* - If you use conforms to these rules, you may update
194
* KNOWN_GET_COMPUTED_STYLE_CALLS to count the new use.
195
*/
196
- var KNOWN_GET_COMPUTED_STYLE_CALLS = 6;
+ var KNOWN_GET_COMPUTED_STYLE_CALLS = 7;
197
if(getComputedStyleCnt !== KNOWN_GET_COMPUTED_STYLE_CALLS) {
198
logs.push('Expected ' + KNOWN_GET_COMPUTED_STYLE_CALLS +
199
' window.getComputedStyle calls, found ' + getComputedStyleCnt +
0 commit comments