mirror of
https://github.com/servo/servo.git
synced 2025-09-01 10:38:25 +01:00
Upgrade to rustc ba2f13ef0 2015-02-04
This commit is contained in:
parent
bc6882bdef
commit
d5dd1d658e
136 changed files with 1091 additions and 878 deletions
|
@ -3,3 +3,4 @@
|
|||
expected: OK
|
||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 2; evil)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
expected: OK
|
||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 3; evil)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[send-accept.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Accept]
|
||||
expected: FAIL
|
||||
|
|
@ -6,3 +6,4 @@
|
|||
|
||||
[The SecurityError must be thrown if the container\'s document does not have the same effective script origin]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue