You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.strictEqual(playerExample1.crossOrigin(),'anonymous','crossOrigin value remains correct when assigned by the crossOrigin method and loadMedia is called');
3266
+
assert.ok(tagExample1.crossOrigin==='anonymous');
3267
+
3268
+
assert.strictEqual(playerExample2.crossOrigin(),'use-credentials','crossOrigin value remains correct when passed through the options and loadMedia is called');
assert.strictEqual(playerExample3.crossOrigin(),'anonymous','crossOrigin value remains correct when passed via the html property and loadMedia is called');
0 commit comments