servo/components/gfx
bors-servo c6ae32abdd Auto merge of #8612 - glennw:pending-frames, r=jdm
Add test to constellation to avoid writing reftest image if there are pending frames.

This changes several tests that contain <iframe></iframe> from FAIL to TIMEOUT. This is correct
since there is a bug that prevents these iframes from ever rendering.

~~~There are also a few previous FAILs that changed to OK. These may be intermittents or they
may genuinely be fixed by this change.~~~

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8612)
<!-- Reviewable:end -->
2015-12-17 16:19:16 +05:30
..
display_list Fix warnings. 2015-12-04 10:31:19 +01:00
platform Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
text gfx: Cache the last result of 2015-12-16 09:44:43 -08:00
Cargo.toml Use core-text from crates.io. 2015-12-12 02:19:24 -05:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs gfx: Measure text shaping time in the time profiler. 2015-12-15 13:28:05 -08:00
font_cache_task.rs Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
font_context.rs Remove unused imports. 2015-12-12 02:13:59 -05:00
font_template.rs compositing: Split Servo up into multiple sandboxed processes. 2015-11-19 16:38:04 -05:00
lib.rs Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -05:00
paint_context.rs Replaced ZERO_POINT with Point2D::zero() 2015-12-03 19:46:45 +02:00
paint_task.rs Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00