Upgrade to rustc ba2f13ef0 2015-02-04

This commit is contained in:
Simon Sapin 2015-01-31 14:36:05 +01:00 committed by Matt Brubeck
parent bc6882bdef
commit d5dd1d658e
136 changed files with 1091 additions and 878 deletions

View file

@ -3,3 +3,4 @@
expected: OK
[XMLHttpRequest: open() resolving URLs (multi-Window; 2; evil)]
expected: FAIL

View file

@ -3,3 +3,4 @@
expected: OK
[XMLHttpRequest: open() resolving URLs (multi-Window; 3; evil)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[send-accept.htm]
type: testharness
[XMLHttpRequest: send() - Accept]
expected: FAIL

View file

@ -6,3 +6,4 @@
[The SecurityError must be thrown if the container\'s document does not have the same effective script origin]
expected: FAIL

View file

@ -96,9 +96,6 @@
[<picture></picture><svg></svg><source srcset="data:,b"><img src="data:,a" data-expect="data:,b">]
expected: FAIL
[<picture></picture><svg></svg><font></font><source srcset="data:,b"><img src="data:,a" data-expect="data:,a">]
expected: FAIL
[<picture></picture><svg></svg><!--<font face> tag breaks out of svg--><font face=""></font><source srcset="data:,b"><img src="data:,a" data-expect="data:,b">]
expected: FAIL
@ -264,3 +261,6 @@
[<picture></picture><source srcset="data:,b"><img data-expect="data:,b">]
expected: FAIL
[<picture></picture><svg></svg><font></font><source srcset="data:,b"><font></font><img src="data:,a" data-expect="data:,a">]
expected: FAIL