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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/namespaces-1-expected.txt

Issue 2667303004: Move tests for DOMParser and XMLSerializer to dom/domparsing/. (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 text to parse
2
3 <?xml version="1.0"?> <doc> <foo xmlns="foobar" id="1">One</foo> <x:bar xmlns:x= "barfoo" id="2">Two</x:bar> <d id="3">Three</d> </doc>
4
5 foobar:foo element
6
7 1
8
9 barfoo:bar element
10
11 2
12
13 d element (empty namespace)
14
15 3
16
17 d element (null namespace)
18
19 3
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698