Implement proper origin checks for WebGL textures (fixes #21522)

This commit is contained in:
Anthony Ramine 2018-09-17 17:56:56 +02:00
parent e745050f3a
commit 8c100b23b1
13 changed files with 129 additions and 99 deletions

View file

@ -1,5 +0,0 @@
[security.dataURI.html]
type: testharness
[data: URIs do not count as different-origin, and do not taint the canvas]
expected: FAIL

View file

@ -1,5 +0,0 @@
[toDataURL.jpeg.primarycolours.html]
type: testharness
[toDataURL with JPEG handles simple colours correctly]
expected: FAIL

View file

@ -1,5 +0,0 @@
[toDataURL.png.complexcolours.html]
type: testharness
[toDataURL with PNG handles non-primary and non-solid colours correctly]
expected: FAIL

View file

@ -1,5 +0,0 @@
[toDataURL.png.primarycolours.html]
type: testharness
[toDataURL with PNG handles simple colours correctly]
expected: FAIL