Auto merge of #13382 - glennw:headless, r=larsbergstrom

Add OSMesa headless mode, run WPT against Webrender.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13382)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo
2016-09-27 21:46:13 -05:00
committed by GitHub
164 changed files with 2095 additions and 458 deletions

View File

@@ -34,6 +34,9 @@
[pushState must not be allowed to create cross-origin URLs (data:URI)]
expected: FAIL
[pushState should not actually load the new URL]
expected: FAIL
[security errors are expected to be thrown in the context of the document that owns the history object]
expected: FAIL

View File

@@ -67,6 +67,9 @@
[replaceState must not be able to use an error object as data]
expected: FAIL
[replaceState should not actually load the new URL]
expected: FAIL
[security errors are expected to be thrown in the context of the document that owns the history object (2)]
expected: FAIL