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

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

Issue 220563002: Remove HTMLFrameElement.location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix tests Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything. 1 CONSOLE WARNING: 'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything.
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 null. [tested Node.prefix] 5 TEST SUCCEEDED: The value was null. [tested Node.prefix]
6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
7 7
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 91
92 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptC harset] 92 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptC harset]
93 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF ormElement.action] 93 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF ormElement.action]
94 TEST SUCCEEDED: The value was the string 'on'. [tested HTMLFormElement.autocompl ete] 94 TEST SUCCEEDED: The value was the string 'on'. [tested HTMLFormElement.autocompl ete]
95 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.enctype] 95 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.enctype]
96 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.encoding] 96 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.encoding]
97 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method] 97 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
98 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name] 98 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name]
99 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target] 99 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target]
100 100
101 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.locatio n]
102 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameB order] 101 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameB order]
103 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF rameElement.longDesc] 102 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF rameElement.longDesc]
104 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginH eight] 103 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginH eight]
105 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginW idth] 104 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginW idth]
106 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name] 105 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name]
107 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scroll ing] 106 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scroll ing]
108 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF rameElement.src] 107 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF rameElement.src]
109 108
110 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.col s] 109 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.col s]
111 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.row s] 110 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.row s]
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
313 312
314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
315 314
316 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
318 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
319 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
320 319
321 320
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698