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

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

Issue 30693003: Test setting string properties to null on <audio>, <video>, <source> and <track> (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') | no next file » | 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 608bd8c5e689b81c76448174b063f2114cf2ae99..ee7cb7300e05d31c523d2ab0a5fcad053efbaea9 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -44,6 +44,10 @@ 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 'auto'. [tested HTMLAudioElement.preload]
+TEST SUCCEEDED: The value was the empty string. [tested HTMLAudioElement.src]
+
TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.cite]
@@ -201,6 +205,10 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.type]
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'. [tested HTMLSourceElement.type]
+
TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.media]
TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.type]
@@ -252,6 +260,16 @@ TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu
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'. [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 'auto'. [tested HTMLVideoElement.preload]
+TEST SUCCEEDED: The value was the empty string. [tested HTMLVideoElement.src]
+
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698