Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt |
| index bfd1f56561df0bdc2dc8c2c8fafc338254063937..8318e20b1fba59a6c78c9946152a2d5cf6484920 100644 |
| --- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-constructor-expected.txt |
| @@ -1,8 +1,8 @@ |
| This is a testharness.js-based test. |
| -FAIL new Document(): interfaces Illegal constructor |
| -FAIL new Document(): children Illegal constructor |
| -FAIL new Document(): metadata Illegal constructor |
| -FAIL new Document(): characterSet aliases Illegal constructor |
| -FAIL new Document(): URL parsing Illegal constructor |
| +PASS new Document(): interfaces |
| +PASS new Document(): children |
| +PASS new Document(): metadata |
| +PASS new Document(): characterSet aliases |
| +FAIL new Document(): URL parsing assert_equals: expected "http://example.org/?%C3%A4" but got "http://example.org/?รค" |
|
dominicc (has gone to gerrit)
2017/05/17 05:50:33
crbug for this?
tkent
2017/05/17 08:42:18
I don't know. This failure isn't so related to Do
|
| Harness: the test ran to completion. |