Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: LayoutTests/http/tests/misc/createElementNamespace1-expected.txt

Issue 1254243002: Remove Node.localName and Node.namespaceURI (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix layout test failure Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This test was written to address rdar://problem/4976879. And tests how namespac eURI's are assigned. 1 This test was written to address rdar://problem/4976879. And tests how namespac eURI's are assigned.
2 2
3 Test1: document.namespaceURI 3 Test1: document.namespaceURI
4 PASS: document.namespaceURI should be 'null' and is. 4 PASS: document.namespaceURI should be 'undefined' and is.
5 5
6 Test2: document.createElement().namespaceURI 6 Test2: document.createElement().namespaceURI
7 *** FAIL: document.createElement("div").namespaceURI should be 'null' but instea d is http://www.w3.org/1999/xhtml. *** 7 *** FAIL: document.createElement("div").namespaceURI should be 'null' but instea d is http://www.w3.org/1999/xhtml. ***
8 8
9 Test3: script tag.namespaceURI 9 Test3: script tag.namespaceURI
10 PASS: myScriptTag.namespaceURI should be 'http://www.w3.org/1999/xhtml' and is. 10 PASS: myScriptTag.namespaceURI should be 'http://www.w3.org/1999/xhtml' and is.
11 11
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/misc/createElementNamespace1.xml ('k') | LayoutTests/http/tests/misc/createElementNamespace2.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698