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

Unified Diff: LayoutTests/fast/dom/element-attribute-js-null-expected.txt

Issue 68503013: Remove TreatNullAs=NullString for <frame>, <frameset> and <iframe> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLFrameElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/element-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
index 386b9e968471a0f15c80093f38e1a0dcf094f87d..c9a0488b26fafaa00f5d0ba4b565b558312b21ca 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -96,17 +96,17 @@ 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.frameBorder]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.longDesc]
+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]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginWidth]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.name]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.scrolling]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.src]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.location]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scrolling]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFrameElement.src]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameSetElement.cols]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameSetElement.rows]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.cols]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.rows]
TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadElement.profile]
@@ -118,16 +118,17 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLHRElement.width]
TEST SUCCEEDED: The value was the empty string. [tested HTMLHtmlElement.version]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.align]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.frameBorder]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.height]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.longDesc]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.frameBorder]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.height]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLIFrameElement.longDesc]
TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.marginHeight]
TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.marginWidth]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.name]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.scrolling]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.src]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.width]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.name]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.scrolling]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLIFrameElement.src]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.srcdoc]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.width]
TEST SUCCEEDED: The value was the empty string. [tested HTMLImageElement.name]
TEST SUCCEEDED: The value was the empty string. [tested HTMLImageElement.align]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLFrameElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698