servo/tests
Patrick Walton f9cdd05d58 layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1
§ 12.3-12.5.

Only simple alphabetic and numeric counter styles are supported. (This
is most of them though.)

Although this PR adds a sequential pass to layout, I verified that on
pages that contain a reasonable number of ordered lists (Reddit
`/r/rust`), the time spent in generated content resolution is dwarfed by
the time spent in the parallelizable parts of layout. So I don't expect
this to negatively affect our parallelism expect perhaps in pathological
cases.
2015-03-09 17:13:45 -07:00
..
content add test case of dom characterdata 2015-02-28 10:21:35 +08:00
html gfx: Implement font-stretch per CSS3-FONTS § 3.3 in the Core Text 2015-01-28 12:42:52 -08:00
power Update PowerMeasure.py post-cargoify 2014-12-12 22:49:02 +01:00
ref layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
wpt Disable intermittently failing canvas_transformations_scale_001.htm. 2015-03-09 18:16:08 +01:00
contenttest.rs Fixes #5159 2015-03-08 01:37:48 -05:00
reftest.rs Add support for changing the viewport size in reftests. 2015-03-05 16:52:16 +01:00