What does this code display in the console?

A blurred buttonA blurred paragraphA blurred heading<html> <head> <style>button { filter: blur(2px); } </style> </head> <button>Press to Unblur</button> </body> </html>]]>

A blurred button.