karma-runner / karma-webdriver-launcher

A plugin for Karma. Launch any browser with WebDriver.
MIT License
66 stars 40 forks source link

Add X-UA-COMPATIBLE feature #18

Closed elCarda closed 9 years ago

elCarda commented 9 years ago

Karma has the feature that from URL x-ua-compatible query parameter can enhanced the content of downloaded page with

<meta http-equiv="X-UA-Compatible" content="[VALUE]"/>

The code is copied and slightly modified from karma-ie-launcher...

mtscout6 commented 9 years ago

Nice Thanks!