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

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

Issue 690033002: Remove HTMLHeadElement.profile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: Setting 'Element.prefix' is deprecated, as it is read-only per DOM (http://dom.spec.whatwg.org/#element). 1 CONSOLE WARNING: Setting 'Element.prefix' is deprecated, as it is read-only per DOM (http://dom.spec.whatwg.org/#element).
2 CONSOLE WARNING: 'HTMLHeadElement.profile' is deprecated. The reflected attribut e has no effect.
3 This test setting various attributes of a elements to JavaScript null. 2 This test setting various attributes of a elements to JavaScript null.
4 3
5 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
6 TEST SUCCEEDED: The value was null. [tested Node.prefix] 5 TEST SUCCEEDED: The value was null. [tested Node.prefix]
7 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
8 7
9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
10 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
11 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
12 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] 11 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
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]
112 111
113 TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadElement.profile]
114
115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHeadingElement.alig n] 112 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHeadingElement.alig n]
116 113
117 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align] 114 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align]
118 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color] 115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color]
119 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size] 116 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size]
120 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width] 117 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width]
121 118
122 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version ] 119 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version ]
123 120
124 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align ] 121 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align ]
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
312 309
313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
314 311
315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 314 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
319 316
320 317
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698