Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <script type="text/javascript"> |
michael@0 | 2 | var testFoo = "foo"; |
michael@0 | 3 | $('#foo').html('foo'); |
michael@0 | 4 | ok( true, "test2.html executed" ); |
michael@0 | 5 | </script> |