Auto merge of #11668 - GuillaumeGomez:insert_adjacent, r=nox

Insert adjacent

Fixes #11622.

r? @nox

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11668)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-08 08:29:42 -05:00
commit da5007ef1c
6 changed files with 65 additions and 124 deletions

View file

@ -38,6 +38,7 @@ extern crate canvas;
extern crate canvas_traits;
extern crate caseless;
extern crate core;
#[macro_use]
extern crate cssparser;
extern crate devtools_traits;
extern crate encoding;