Fix all the Mac-specific test expectations

It's "mac", not "osx".

Some guards were invalid and were removed.
This commit is contained in:
Anthony Ramine 2016-05-26 10:46:12 +02:00
parent b898550149
commit 85921d9ee6
36 changed files with 32 additions and 36 deletions

View file

@ -1,7 +1,7 @@
[reflection-embedded.html]
type: testharness
disabled:
if os == "osx": https://github.com/servo/servo/issues/11100
if os == "mac": https://github.com/servo/servo/issues/11100
[img.dir: typeof IDL attribute]
expected: FAIL