Issue: Dynamic Cache problem with cloneNode in IE

Hello World
  1. Open this page in IE
  2. Inspect the "Hello" element
  3. Click the "clone" button
  4. You'll see a clone of the "Hello World" message with the additional ", I'm a clone!"
  5. Inspect the "clone" element
  6. Firebug Lite should update the HTML tree and select the proper cloned "Hello". If Firebug Lite does not show or select the proper element, it means that this test has failed.