class Capybara::Server::AnimationDisabler

def html_content?(headers)

def html_content?(headers)
  /html/.match?(headers['Content-Type']) # rubocop:todo Performance/StringInclude
end