mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	 1f88046bb2
			
		
	
	
		1f88046bb2
		
	
	
	
	
		
			
			This is a pretty straightforward test, but I managed to make this crash on real sites while trying to fix #20971 without any other test in the existing suite failing.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			202 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <script src="../include.js"></script>
 | |
| <script>
 | |
|     test(() => {
 | |
|         const str = 'Next 🙃';
 | |
|         let text = new Text(str);
 | |
|         text.data = str;
 | |
|         println(text.data);
 | |
|     });
 | |
| </script>
 |