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

Side by Side Diff: LayoutTests/fast/innerHTML/innerHTML-xml-expected.txt

Issue 44333002: Move innerHTML and outerHTML to Element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased to latest master Created 7 years, 1 month 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
(Empty)
1 Test innerHTML in XHTML/XML documents
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 FAIL element.firstChild.namespaceURI should be http://www.w3.org/2000/svg. Was h ttp://www.w3.org/1999/xhtml.
7 PASS element.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
8 FAIL element.firstChild.namespaceURI should be http://www.w3.org/2000/svg. Was h ttp://www.w3.org/1999/xhtml.
9 PASS element.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
10 FAIL element.firstChild.namespaceURI should be http://www.w3.org/2000/svg. Was h ttp://www.w3.org/1999/xhtml.
11 PASS element.firstChild.namespaceURI is "http://test/foo"
12 FAIL element.firstChild.namespaceURI should be http://www.w3.org/2000/svg. Was h ttp://www.w3.org/1999/xhtml.
13 PASS element.firstChild.namespaceURI is "http://test/foo"
14 FAIL element.firstChild.namespaceURI should be http://test/foo. Was http://www.w 3.org/1999/xhtml.
15 PASS element.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
16 FAIL element.firstChild.namespaceURI should be http://test/foo. Was http://www.w 3.org/1999/xhtml.
17 PASS element.firstChild.namespaceURI is "http://www.w3.org/2000/svg"
18 FAIL element.firstChild.namespaceURI should be http://test/foo. Was http://www.w 3.org/1999/xhtml.
19 PASS element.firstChild.namespaceURI is "http://test/foo"
20 FAIL element.firstChild.namespaceURI should be http://test/foo. Was http://www.w 3.org/1999/xhtml.
21 PASS element.firstChild.namespaceURI is "http://test/foo"
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698