| Index: LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt
|
| diff --git a/LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt b/LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt
|
| index 2469648bd95be98ec108da59516a3b41c2c90479..a4f1033698146e9eccb311a1e3f91f8f3f2c6a50 100644
|
| --- a/LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt
|
| +++ b/LayoutTests/platform/android/fast/url/segments-from-data-url-expected.txt
|
| @@ -35,7 +35,7 @@ PASS segments('#;?') is '[":","","","","",""]'
|
| PASS segments('?') is '[":","","","","",""]'
|
| PASS segments('/') is '[":","","","","",""]'
|
| PASS segments(':23') is '[":","","","","",""]'
|
| -PASS segments('/:23') is '["data:","","","/:23","",""]'
|
| +PASS segments('/:23') is '[":","","","","",""]'
|
| PASS segments('//') is '[":","","","","",""]'
|
| PASS segments('::') is '[":","","","","",""]'
|
| PASS segments('::23') is '[":","","","","",""]'
|
| @@ -58,7 +58,7 @@ PASS segments('//foo/bar') is '[":","","","","",""]'
|
| PASS segments('http://foo/path;a??e#f#g') is '["http:","foo","","/path;a","??e","#f#g"]'
|
| PASS segments('http://foo/abcd?efgh?ijkl') is '["http:","foo","","/abcd","?efgh?ijkl",""]'
|
| PASS segments('http://foo/abcd#foo?bar') is '["http:","foo","","/abcd","","#foo?bar"]'
|
| -PASS segments('[61:24:74]:98') is '["data:","","","text/[61:24:74]:98","",""]'
|
| +PASS segments('[61:24:74]:98') is '[":","","","","",""]'
|
| PASS segments('http://[61:27]:98') is '[":","","0","","",""]'
|
| PASS segments('http:[61:27]/:foo') is '[":","","","","",""]'
|
| FAIL segments('http://[1::2]:3:4') should be [":","","","","",""]. Was [":","","0","","",""].
|
|
|