Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <script> | 1 <script> |
| 2 window.addEventListener('load', function() { | 2 window.addEventListener('load', function() { |
| 3 internals.notifyTestComplete(internals.contentAsText()); | 3 internals.notifyTestComplete(internals.contentAsMarkup()); |
| 4 }); | 4 }); |
| 5 </script> | 5 </script> |
| OLD | NEW |