| Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
|
| index 702cad2d618fb3bae5494bb363bc254a08c6d7f4..5ad2dc0dec2426b03ef62369429c8ed52b02e16a 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElementNS-expected.txt
|
| @@ -260,9 +260,6 @@ PASS createElementNS test in XHTML document: "http://example.com/","a-b:c",null
|
| PASS createElementNS test in HTML document: "http://example.com/","xml",null
|
| PASS createElementNS test in XML document: "http://example.com/","xml",null
|
| PASS createElementNS test in XHTML document: "http://example.com/","xml",null
|
| -PASS createElementNS test in HTML document: "http://example.com/","xmlns","NAMESPACE_ERR"
|
| -PASS createElementNS test in XML document: "http://example.com/","xmlns","NAMESPACE_ERR"
|
| -PASS createElementNS test in XHTML document: "http://example.com/","xmlns","NAMESPACE_ERR"
|
| PASS createElementNS test in HTML document: "http://example.com/","XMLNS",null
|
| PASS createElementNS test in XML document: "http://example.com/","XMLNS",null
|
| PASS createElementNS test in XHTML document: "http://example.com/","XMLNS",null
|
| @@ -536,15 +533,9 @@ PASS createElementNS test in XHTML document: "foo:","xmlfoo:bar",null
|
| PASS createElementNS test in HTML document: "","","INVALID_CHARACTER_ERR"
|
| PASS createElementNS test in XML document: "","","INVALID_CHARACTER_ERR"
|
| PASS createElementNS test in XHTML document: "","","INVALID_CHARACTER_ERR"
|
| -PASS createElementNS test in HTML document: null,null,null
|
| -PASS createElementNS test in XML document: null,null,null
|
| -PASS createElementNS test in XHTML document: null,null,null
|
| PASS createElementNS test in HTML document: null,"","INVALID_CHARACTER_ERR"
|
| PASS createElementNS test in XML document: null,"","INVALID_CHARACTER_ERR"
|
| PASS createElementNS test in XHTML document: null,"","INVALID_CHARACTER_ERR"
|
| -PASS createElementNS test in HTML document: undefined,null,null
|
| -PASS createElementNS test in XML document: undefined,null,null
|
| -PASS createElementNS test in XHTML document: undefined,null,null
|
| PASS createElementNS test in HTML document: undefined,"","INVALID_CHARACTER_ERR"
|
| PASS createElementNS test in XML document: undefined,"","INVALID_CHARACTER_ERR"
|
| PASS createElementNS test in XHTML document: undefined,"","INVALID_CHARACTER_ERR"
|
|
|