3422708: Remove escapeCdataElement in serialize function.
Removing call to escapeCdataElement in serialize function. The call is irrelevant since we no longer use DOMDocument in Html::load() and HTML4 browsers are dead, so we should be able to drop this.