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

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: Final version 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 property text 270 property text
271 property type 271 property type
272 property username 272 property username
273 html element abbr 273 html element abbr
274 html element acronym 274 html element acronym
275 html element address 275 html element address
276 html element applet 276 html element applet
277 html element area 277 html element area
278 property alt 278 property alt
279 property coords 279 property coords
280 property download
280 property hash 281 property hash
281 property host 282 property host
282 property hostname 283 property hostname
283 property href 284 property href
284 property noHref 285 property noHref
285 property origin 286 property origin
286 property password 287 property password
287 property pathname 288 property pathname
288 property ping 289 property ping
289 property port 290 property port
290 property protocol 291 property protocol
291 property referrerPolicy 292 property referrerPolicy
293 property rel
292 property search 294 property search
293 property shape 295 property shape
294 property target 296 property target
295 property username 297 property username
296 html element article 298 html element article
297 html element aside 299 html element aside
298 html element audio 300 html element audio
299 property HAVE_CURRENT_DATA 301 property HAVE_CURRENT_DATA
300 property HAVE_ENOUGH_DATA 302 property HAVE_ENOUGH_DATA
301 property HAVE_FUTURE_DATA 303 property HAVE_FUTURE_DATA
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 svg element textPath 1455 svg element textPath
1454 svg element title 1456 svg element title
1455 property text 1457 property text
1456 svg element tspan 1458 svg element tspan
1457 svg element use 1459 svg element use
1458 svg element view 1460 svg element view
1459 PASS successfullyParsed is true 1461 PASS successfullyParsed is true
1460 1462
1461 TEST COMPLETE 1463 TEST COMPLETE
1462 1464
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698