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

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

Issue 64173002: Align HTMLAppletElement IDL with spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: drop logging 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
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 4bb5eeed6efd2d06e7d78b03387bf77f3806c7e8..db470121a6fb7b19f0fc1fc50a0649cb12a7c1df 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -27,17 +27,15 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.target]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.align]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.alt]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.archive]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.code]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.codeBase]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.height]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.hspace]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.name]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.object]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.vspace]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAppletElement.width]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.align]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.alt]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.archive]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.code]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAppletElement.codeBase]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.height]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.name]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAppletElement.object]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.width]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.accessKey]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]

Powered by Google App Engine
This is Rietveld 408576698