Improve stability of the style builder. The style builder makes a lot of assumptions about input pre-validation by the CSS Parser. Sometimes those assumptions are correct, but when they're not, we usually hit assertions. I am tested assigning random values to all CSS properties supported by WebKit and fixing crashes as I find them.