| 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]
|
|
|
|
|
|
|