Update expectations

This commit is contained in:
Manish Goregaokar 2016-07-02 09:54:29 +05:30
parent c953b07108
commit 59bbbc129c
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
2 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,11 @@
[fail-to-resolve.html]
type: testharness
expected: CRASH
[<img srcset="//[">]
expected: FAIL
[<img srcset="//[" src="/images/red.png">]
expected: FAIL
[<img srcset="//[, /images/red.png">]
expected: FAIL

View file

@ -1,8 +1,5 @@
[update-the-source-set.html]
type: testharness
[<img src="" data-expect="">]
expected: FAIL
[<img srcset="data:,b" src="data:,a" data-expect="data:,b">]
expected: FAIL