--- /dev/null
+layer at (0,0) size 800x600
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+ RenderText {TEXT} at (0,0) size 564x18
+ text run at (0,0) width 564: "hellothere You should see \"hellothere\", with no space between the two words (3649789)."
+ RenderText {TEXT} at (0,0) size 0x0
--- /dev/null
+<html>
+<body>
+<script type="text/javascript">
+mystring = 'hello\
+there';
+document.write(mystring);
+</script>
+You should see "hellothere", with no space between the two words (3649789).
+</body>
+</html>
\ No newline at end of file