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

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

Issue 1947033002: Change "invalid value default" for HTMLTrackElement 'kind' to "metadata" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details. 1 CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
2 This test setting various attributes of a elements to JavaScript null. 2 This test setting various attributes of a elements to JavaScript null.
3 3
4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
6 6
7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
10 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 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]
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.def aultValue] 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.def aultValue]
284 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.dir Name] 284 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.dir Name]
285 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.inp utMode] 285 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.inp utMode]
286 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.nam e] 286 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.nam e]
287 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.pla ceholder] 287 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.pla ceholder]
288 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e] 288 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu e]
289 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wra p] 289 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wra p]
290 290
291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text] 291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
292 292
293 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.k ind] 293 TEST SUCCEEDED: The value was the string 'metadata'. [tested HTMLTrackElement.ki nd]
294 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label] 294 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
295 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src] 295 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src]
296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
297 297
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
299 299
300 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 300 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
301 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 301 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
302 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 302 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
303 303
304 304
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698