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

Side by Side Diff: LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt

Issue 750183005: Un-deprecate Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test Created 6 years 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
OLDNEW
1 CONSOLE WARNING: 'Element.setAttributeNodeNS' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom).
2 This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute cha nges. WebKit bug 76364 1 This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute cha nges. WebKit bug 76364
3 2
4 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 ".
5 4
6 5
7 PASS successfullyParsed is true 6 PASS successfullyParsed is true
8 7
9 TEST COMPLETE 8 TEST COMPLETE
10 PASS localeOfNode('x1') is "ko" 9 PASS localeOfNode('x1') is "ko"
11 PASS localeOfNode('x2') is "ko" 10 PASS localeOfNode('x2') is "ko"
12 PASS localeOfNode('x3') is "ar" 11 PASS localeOfNode('x3') is "ar"
13 PASS localeOfNode('x1') is "ja" 12 PASS localeOfNode('x1') is "ja"
14 PASS localeOfNode('x2') is "ja" 13 PASS localeOfNode('x2') is "ja"
15 PASS localeOfNode('x3') is "ar" 14 PASS localeOfNode('x3') is "ar"
16 PASS localeOfNode('x3') is "auto" 15 PASS localeOfNode('x3') is "auto"
17 PASS localeOfNode('x3') is "ja" 16 PASS localeOfNode('x3') is "ja"
18 PASS localeOfNode('x2') is "zh" 17 PASS localeOfNode('x2') is "zh"
19 PASS localeOfNode('x2') is "ja" 18 PASS localeOfNode('x2') is "ja"
20 PASS localeOfNode('x2') is "ja" 19 PASS localeOfNode('x2') is "ja"
21 PASS successfullyParsed is true 20 PASS successfullyParsed is true
22 21
23 TEST COMPLETE 22 TEST COMPLETE
24 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698