* @return {!HTMLBodyElement} * @visibleForTesting
()
| 546 | * @visibleForTesting |
| 547 | */ |
| 548 | getBodyElement() { |
| 549 | return /** @type {!HTMLBodyElement} */ ( |
| 550 | (this.iframe.contentDocument || this.iframe.contentWindow.document).body |
| 551 | ); |
| 552 | } |
| 553 | |
| 554 | /** |
| 555 | * Force remeasure inside FIE doc when iframe is resized. |
no outgoing calls
no test coverage detected