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

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

Issue 740223003: Revive tests for Document.createAttributeNS() and Element.setAttributeNodeNS() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: deprecation messages Created 6 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'Element.setAttributeNodeNS' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom).
1 This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute cha nges. WebKit bug 76364 2 This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute cha nges. WebKit bug 76364
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS successfullyParsed is true 7 PASS successfullyParsed is true
7 8
8 TEST COMPLETE 9 TEST COMPLETE
9 PASS localeOfNode('x1') is "ko" 10 PASS localeOfNode('x1') is "ko"
10 PASS localeOfNode('x2') is "ko" 11 PASS localeOfNode('x2') is "ko"
11 PASS localeOfNode('x3') is "ar" 12 PASS localeOfNode('x3') is "ar"
12 PASS localeOfNode('x1') is "ja" 13 PASS localeOfNode('x1') is "ja"
13 PASS localeOfNode('x2') is "ja" 14 PASS localeOfNode('x2') is "ja"
14 PASS localeOfNode('x3') is "ar" 15 PASS localeOfNode('x3') is "ar"
15 PASS localeOfNode('x3') is "auto" 16 PASS localeOfNode('x3') is "auto"
16 PASS localeOfNode('x3') is "ja" 17 PASS localeOfNode('x3') is "ja"
18 PASS localeOfNode('x2') is "zh"
19 PASS localeOfNode('x2') is "ja"
20 PASS localeOfNode('x2') is "ja"
17 PASS successfullyParsed is true 21 PASS successfullyParsed is true
18 22
19 TEST COMPLETE 23 TEST COMPLETE
20 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698