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

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

Issue 35803004: Remove TreatNullAs=NullString for media interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months 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/HTMLMediaElement.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 ee7cb7300e05d31c523d2ab0a5fcad053efbaea9..800fa7aeea65eec859a140a8135f6018234d9801 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -44,9 +44,9 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.shape]
TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.target]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAudioElement.mediaGroup]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaGroup]
TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preload]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLAudioElement.src]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAudioElement.src]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target]
@@ -206,7 +206,7 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLSourceElement.src]
+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]
TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.media]
@@ -262,14 +262,14 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text]
TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.kind]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLTrackElement.src]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLTrackElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclang]
TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.mediaGroup]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.poster]
+TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaGroup]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLVideoElement.poster]
TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preload]
-TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.src]
+TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLVideoElement.src]
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLMediaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698