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

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

Issue 2628733005: Experiment with hiding <script>'s 'nonce' content attribute. (Closed)
Patch Set: Ugh. Created 3 years, 11 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 216
217 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQ uoteElement.cite] 217 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQ uoteElement.cite]
218 218
219 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.text] 219 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.text]
220 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlF or] 220 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlF or]
221 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event ] 221 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event ]
222 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars et] 222 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars et]
223 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS criptElement.src] 223 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS criptElement.src]
224 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type] 224 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type]
225 TEST SUCCEEDED: The value was null. [tested HTMLScriptElement.crossOrigin] 225 TEST SUCCEEDED: The value was null. [tested HTMLScriptElement.crossOrigin]
226 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce ]
227 226
228 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] 227 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
229 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name] 228 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name]
230 229
231 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src] 230 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src]
232 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type] 231 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]
233 232
234 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media] 233 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media]
235 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type] 234 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type]
236 235
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src] 289 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src]
291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 290 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
292 291
293 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 292 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
294 293
295 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 294 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
296 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 295 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
297 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 296 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
298 297
299 298
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698