496 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			496 B
		
	
	
	
	
	
	
	
--seed--
--before-user-code--
body {
  etc: ''
}
<!-- comment -->
--seed-contents--
<html>
  <body>
  </body>
</html>
body {
  background: green;
}
var x = 'y';
--after-user-code--
body {
  background: blue;
}
function teardown(params) {
  // after
}
--solutions--
::id{#html-key}
<html>
  <body>
  </body>
</html>
body {
  background: white;
}
var x = 'y';