# File lib/merb-core/test/helpers/view_helper.rb, line 20
        def content_for(css_query)
          match = @parser.search(css_query).first
          match.inner_text unless match.nil?
        end