summaryrefslogtreecommitdiff
path: root/test/data/parse2/overflow.dat
Commit message (Collapse)AuthorAgeFilesLines
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-0/+97
Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.