<!DOCTYPE html><!-- DO NOT EDIT. This file auto-generated by generate_closure_unit_tests.js --><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
--><html><head><meta charset="UTF-8">
<script src="../base.js"></script>
<script>goog.require('goog.dom.FontSizeMonitorTest');</script>
<title>Closure Unit Tests - goog.dom.FontSizeMonitorTest</title><!--
Copyright 2017 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!-- iframe to be used to test DomHelper support -->
</head><body><iframe></iframe>
<!--
This div has a script in it that creates a FontSizeMonitor. This ensures that
we do not get an "Operation abort" error in IE.
-->
<div>
<script>
var operationAbortTester = new goog.dom.FontSizeMonitor();
// Close script tag before disposing.
</script>
<script>
operationAbortTester.dispose();
</script>
</div>
</body></html>