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

Side by Side Diff: LayoutTests/fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt

Issue 184273003: Allow overriding the serialization rules in MarkupAccumulator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased onto split out CLs. Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This file test the behaviour of getAttribute with regard to case. 1 This file test the behaviour of getAttribute with regard to case.
2 2
3 See Bug 20247: setAttributeNode() does not work when attribute name has a capita l letter in it 3 See Bug 20247: setAttributeNode() does not work when attribute name has a capita l letter in it
4 4
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
6 6
7 7
8 PASS testGetAttributeCaseInsensitive() is "x" 8 PASS testGetAttributeCaseInsensitive() is "x"
9 PASS testGetAttributeNodeMixedCase() is "x" 9 PASS testGetAttributeNodeMixedCase() is "x"
10 PASS testGetAttributeNodeLowerCase() is "x" 10 PASS testGetAttributeNodeLowerCase() is "x"
11 PASS testSetAttributeNodeKeepsRef() is "1" 11 PASS testSetAttributeNodeKeepsRef() is "1"
12 PASS testAttribNodeNamePreservesCase() is "A,A" 12 PASS testAttribNodeNamePreservesCase() is "A,A"
13 PASS testAttribNodeNamePreservesCaseGetNode() is "A,A" 13 PASS testAttribNodeNamePreservesCaseGetNode() is "A,A"
14 PASS testAttribNodeNamePreservesCaseGetNode2() is "B,B" 14 PASS testAttribNodeNamePreservesCaseGetNode2() is "B,B"
15 PASS testAttribNodeNameGetMutate() is "1" 15 PASS testAttribNodeNameGetMutate() is "1"
16 PASS (new XMLSerializer).serializeToString(node) is "<div myAttrib=\"XXX\"></div >" 16 PASS (new XMLSerializer).serializeToString(node) is "<div xmlns=\"http://www.w3. org/1999/xhtml\" myAttrib=\"XXX\"></div>"
17 PASS node.getAttributeNode('myAttrib').name is "myAttrib" 17 PASS node.getAttributeNode('myAttrib').name is "myAttrib"
18 PASS node.getAttributeNode('myattrib').name is "myAttrib" 18 PASS node.getAttributeNode('myattrib').name is "myAttrib"
19 PASS attrib.name is "myAttrib" 19 PASS attrib.name is "myAttrib"
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Element/script-tests/getAttribute-check-case-sensitivity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698