repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
dom
/
createElementNS-empty-namespace-expected.txt
blob
f86b40b19352e20db18367b2c2b0efc6a2f90fea
1
Test that createElementNS("", ...) creates an element in null namespace. Per DOM 3 Core,
2
3
In programming languages where empty strings can be differentiated from null, empty strings, when given as a namespace URI, are converted to null.
4
PASS