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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
diff --git a/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt b/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
index ca13f7cc4eeb7213c9d3e88e007bd938f24e95c0..377ae24a690af27f2c675cdde8b287e518f0d098 100644
--- a/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
+++ b/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'Element.setAttributeNodeNS' is deprecated and has been removed from DOM4 (http://w3.org/tr/dom).
This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute changes. WebKit bug 76364
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -14,6 +15,9 @@ PASS localeOfNode('x2') is "ja"
PASS localeOfNode('x3') is "ar"
PASS localeOfNode('x3') is "auto"
PASS localeOfNode('x3') is "ja"
+PASS localeOfNode('x2') is "zh"
+PASS localeOfNode('x2') is "ja"
+PASS localeOfNode('x2') is "ja"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698