Index: sky/tests/resources/dump-as-markup.sky |
diff --git a/sky/tests/resources/dump-as-markup.sky b/sky/tests/resources/dump-as-markup.sky |
index 81e849faf859a051d12a3109ec9bd336fa9924cc..cebf2d49fbd11d45e2577a0d4c049ece058ecf66 100644 |
--- a/sky/tests/resources/dump-as-markup.sky |
+++ b/sky/tests/resources/dump-as-markup.sky |
@@ -1,5 +1,6 @@ |
+<import src="/sky/framework/dom-serializer.sky" as="DomSerializer" /> |
<script> |
window.addEventListener('load', function() { |
- internals.notifyTestComplete(internals.contentAsMarkup()); |
+ internals.notifyTestComplete(DomSerializer.serializeNode(document)); |
}); |
</script> |