(name)
| 257 | |
| 258 | elem1 = { |
| 259 | getAttribute(name) { |
| 260 | if (name == 'custom-element') { |
| 261 | return 'amp-test1'; |
| 262 | } |
| 263 | }, |
| 264 | hasAttribute(name) { |
| 265 | return name == 'custom-element' || name == 'src'; |
| 266 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected