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

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

Issue 60153008: Remove TreatNullAs=NullString for <base>, <body> and <br> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test Created 7 years, 1 month 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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLBRElement.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 null. [tested Node.prefix] 4 TEST SUCCEEDED: The value was null. [tested Node.prefix]
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 empty string. [tested HTMLElement.title] 7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title]
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] 8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id]
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] 9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang]
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] 10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords] 44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href] 45 TEST SUCCEEDED: The value was the empty string. [tested HTMLAreaElement.href]
46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping] 46 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
47 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape] 47 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
48 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target] 48 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
49 49
50 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup] 50 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaG roup]
51 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d] 51 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preloa d]
52 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src] 52 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLA udioElement.src]
53 53
54 TEST SUCCEEDED: The value was the empty string. [tested HTMLBaseElement.target] 54 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLB aseElement.href]
55 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]
55 56
56 TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.ci te] 57 TEST SUCCEEDED: The value was the empty string. [tested HTMLBlockquoteElement.ci te]
57 58
58 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink] 59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
59 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.backgrou nd] 60 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.backgro und]
60 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor] 61 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
61 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link] 62 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
62 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text] 63 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
63 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink] 64 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
64 65
65 TEST SUCCEEDED: The value was the empty string. [tested HTMLBRElement.clear] 66 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear]
66 67
67 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.access Key] 68 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.access Key]
68 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.name] 69 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.name]
69 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.value] 70 TEST SUCCEEDED: The value was the empty string. [tested HTMLButtonElement.value]
70 71
71 TEST SUCCEEDED: The value was the empty string. [tested HTMLDivElement.align] 72 TEST SUCCEEDED: The value was the empty string. [tested HTMLDivElement.align]
72 73
73 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.align] 74 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.align]
74 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.name] 75 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.name]
75 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.src] 76 TEST SUCCEEDED: The value was the empty string. [tested HTMLEmbedElement.src]
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 270 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
270 271
271 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] 272 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type]
272 273
273 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 274 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
274 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 275 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
275 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 276 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
276 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 277 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
277 278
278 279
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLBRElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698