servo/components/compositing
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
..
Cargo.toml Implement various WebGL functions 2015-12-13 17:39:20 -08:00
compositor.rs Add queuing of pinch zoom events 2015-12-16 10:03:53 -08:00
compositor_layer.rs Minor refactoring of mouse event types 2015-12-03 08:19:40 -08:00
compositor_task.rs Move PaintListener to gfx_traits, Fixes #8834 2015-12-11 18:43:10 +01:00
constellation.rs Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00
headless.rs Moved CompositorMsg enum into compositing crate. 2015-12-11 13:42:14 +09:00
lib.rs Refactor touch handling and add pinch zoom gesture 2015-12-16 10:03:49 -08:00
pipeline.rs Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
sandboxing.rs Remove unused import. 2015-11-20 08:55:41 +01:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Fix warnings 2015-12-03 17:05:26 +01:00
surface_map.rs Fix warning: Use iterator.min_by_key instead of iterator.min_by 2015-12-10 16:31:02 -05:00
timer_scheduler.rs Use thread::sleep instead of deprecated sleep_ms 2015-11-29 13:41:04 -07:00
touch.rs Refactor touch handling and add pinch zoom gesture 2015-12-16 10:03:49 -08:00
windowing.rs Minor refactoring of mouse event types 2015-12-03 08:19:40 -08:00