1551053-1-ref.html (239B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5 <style> 6 .will-merge { 7 opacity: 0.5; 8 } 9 </style> 10 </head> 11 12 <body> 13 <span class="will-merge">bar<br>baz</span> 14 <span>qux</span> 15 </body> 16 </html>