# File lib/html5/html5parser/in_head_phase.rb, line 106
    def endTagTitleStyleScriptNoscript(name)
      if @tree.open_elements.last.name == name
        @tree.open_elements.pop
      else
        parse_error("unexpected-end-tag", {"name" => name})
      end
    end