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

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

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 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 Test innerHTML in XHTML/XML documents 1 Test innerHTML in XHTML/XML documents
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 FAIL element.firstChild.namespaceURI should be http://www.w3.org/2000/svg. Was h ttp://www.w3.org/1999/xhtml. 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" 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. 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" 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. 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" 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. 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" 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. 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" 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. 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" 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. 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" 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. 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" 21 PASS element.firstChild.namespaceURI is "http://test/foo"
22 PASS successfullyParsed is true 22 PASS successfullyParsed is true
23 23
24 TEST COMPLETE 24 TEST COMPLETE
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698