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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt

Issue 2050643002: HTMLAreaElement should expose `download` and `rel` attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 5 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: line 18: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details. 1 CONSOLE WARNING: line 18: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details.
2 This test documents all properties on all element instances. 2 This test documents all properties on all element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [HTML NAMESPACE ELEMENT PROPERTIES] 7 [HTML NAMESPACE ELEMENT PROPERTIES]
8 namespace http://www.w3.org/1999/xhtml 8 namespace http://www.w3.org/1999/xhtml
9 <common> 9 <common>
10 property ATTRIBUTE_NODE 10 property ATTRIBUTE_NODE
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 property text 259 property text
260 property type 260 property type
261 property username 261 property username
262 html element abbr 262 html element abbr
263 html element acronym 263 html element acronym
264 html element address 264 html element address
265 html element applet 265 html element applet
266 html element area 266 html element area
267 property alt 267 property alt
268 property coords 268 property coords
269 property download
269 property hash 270 property hash
270 property host 271 property host
271 property hostname 272 property hostname
272 property href 273 property href
273 property noHref 274 property noHref
274 property origin 275 property origin
275 property password 276 property password
276 property pathname 277 property pathname
277 property ping 278 property ping
278 property port 279 property port
279 property protocol 280 property protocol
280 property referrerpolicy 281 property referrerpolicy
282 property rel
281 property search 283 property search
282 property shape 284 property shape
283 property target 285 property target
284 property username 286 property username
285 html element article 287 html element article
286 html element aside 288 html element aside
287 html element audio 289 html element audio
288 property HAVE_CURRENT_DATA 290 property HAVE_CURRENT_DATA
289 property HAVE_ENOUGH_DATA 291 property HAVE_ENOUGH_DATA
290 property HAVE_FUTURE_DATA 292 property HAVE_FUTURE_DATA
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 svg element textPath 1432 svg element textPath
1431 svg element title 1433 svg element title
1432 property text 1434 property text
1433 svg element tspan 1435 svg element tspan
1434 svg element use 1436 svg element use
1435 svg element view 1437 svg element view
1436 PASS successfullyParsed is true 1438 PASS successfullyParsed is true
1437 1439
1438 TEST COMPLETE 1440 TEST COMPLETE
1439 1441
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698