We don't use the DOM or CSS anymore. Instead, we work directly with the render tree.
This patch start down the road of implementing text layout and painting without the DOM. We can construct a basic paragraph consisting of a single run of text and we can get through layout without crashing.