Index: sky/tests/resources/dump-as-markup.html |
diff --git a/sky/tests/resources/dump-as-text.html b/sky/tests/resources/dump-as-markup.html |
similarity index 52% |
copy from sky/tests/resources/dump-as-text.html |
copy to sky/tests/resources/dump-as-markup.html |
index 5b35f9b6ce12ef13ddc06ab4d7dd3d4f54b6e52f..81e849faf859a051d12a3109ec9bd336fa9924cc 100644 |
--- a/sky/tests/resources/dump-as-text.html |
+++ b/sky/tests/resources/dump-as-markup.html |
@@ -1,5 +1,5 @@ |
<script> |
window.addEventListener('load', function() { |
- internals.notifyTestComplete(internals.contentAsText()); |
+ internals.notifyTestComplete(internals.contentAsMarkup()); |
}); |
</script> |