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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null-expected.txt

Issue 1373423003: Remove MediaController (already diabled by REF) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update web-platform-tests expectations Created 5 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 unified diff | Download patch
OLDNEW
1 This test setting various attributes of a elements to JavaScript null. 1 This test setting various attributes of a elements to JavaScript null.
2 2
3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
5 5
6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
8 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 8 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
9 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH TML' property on 'Element': This element has no parent node.) was thrown as expe cted. [tested Element.outerHTML] 9 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH TML' property on 'Element': This element has no parent node.) was thrown as expe cted. [tested Element.outerHTML]
10 10
(...skipping 16 matching lines...) Expand all
27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ] 27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape ]
28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t] 28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.targe t]
29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type] 29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
30 30
31 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt] 31 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords] 32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
33 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA reaElement.href] 33 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA reaElement.href]
34 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape] 34 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target] 35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
36 36
37 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup]
38 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d] 37 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d]
39 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src] 38 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src]
40 39
41 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href] 40 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href]
42 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target] 41 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]
43 42
44 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB lockquoteElement.cite] 43 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB lockquoteElement.cite]
45 44
46 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink] 45 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
47 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.backgro und] 46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.backgro und]
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 287
289 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text] 288 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
290 289
291 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind] 290 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind]
292 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label] 291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
293 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src] 292 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src]
294 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 293 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
295 294
296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 295 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
297 296
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
299 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 297 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
300 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 298 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
301 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 299 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
302 300
303 301
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698