Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / element-attribute-js-null-expected.txt
index 97dd746..d43043c 100644 (file)
@@ -1,4 +1,3 @@
-CONSOLE WARNING: 'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything.
 This test setting various attributes of a elements to JavaScript null.
 
 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
@@ -13,7 +12,7 @@ TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang]
-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.dir]
+TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The element has no parent.) was thrown as expected. [tested HTMLElement.outerText]
 TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' property on 'HTMLElement': The value provided ('null') is not one of 'true', 'false', 'plaintext-only', or 'inherit'.) was thrown as expected. [tested HTMLElement.contentEditable]
@@ -98,7 +97,6 @@ TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target]
 
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.location]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameBorder]
 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFrameElement.longDesc]
 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginHeight]
@@ -248,7 +246,6 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce
 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name]
 
-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media]
 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLSourceElement.src]
 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]