uku / Unblock-Youku

A Chrome extension helping users access their web services while traveling outside mainland China
https://uku.im
GNU Affero General Public License v3.0
3.18k stars 652 forks source link

Fix test for crossdomain-xml #804

Closed stardust66 closed 7 years ago

stardust66 commented 7 years ago

Check if page content includes the cross-domain tag instead of checking if they are equal, because the page also has the xml declaration.

Now all tests pass.

zhuzhuor commented 7 years ago

Thanks!