mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #22856 - jdm:angle, r=paulrouget
Add optional ANGLE support to glutin port Supporting ANGLE in Servo has two important benefits: * we can actually run Servo instances on our Windows CI machines, which gives us more confidence that we're not breaking it * we can continue to use OpenGL on devices like the Hololens, rather than creating platform-specific graphical backends <!-- 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/22856) <!-- Reviewable:end -->
This commit is contained in:
commit
b1b47d8046
9 changed files with 63 additions and 25 deletions
5
tests/html/close-on-load.html
Normal file
5
tests/html/close-on-load.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<script>
|
||||
window.onload = function() {
|
||||
window.close();
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue