Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ skipFirefox
Method
skipFirefox
testing/test-config.js:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
skipFirefox() {
61
return
this.skip(this.runOnFirefox);
62
}
63
64
skipSafari() {
65
return
this.skip(this.runOnSafari);
Callers
7
test-amp-img-intrinsic.js
File · 0.80
test-runtime.js
File · 0.80
test-iframe-helper.js
File · 0.80
test-friendly-iframe-embed.js
File · 0.80
test-font-stylesheet-timeout.js
File · 0.80
test-amp-context.js
File · 0.80
test-integration-form.js
File · 0.80
Calls
1
skip
Method · 0.95
Tested by
no test coverage detected