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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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: Add layout test for download attribute. Created 4 years, 6 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 property text 241 property text
242 property type 242 property type
243 property username 243 property username
244 html element abbr 244 html element abbr
245 html element acronym 245 html element acronym
246 html element address 246 html element address
247 html element applet 247 html element applet
248 html element area 248 html element area
249 property alt 249 property alt
250 property coords 250 property coords
251 property download
251 property hash 252 property hash
252 property host 253 property host
253 property hostname 254 property hostname
254 property href 255 property href
255 property noHref 256 property noHref
256 property origin 257 property origin
257 property password 258 property password
258 property pathname 259 property pathname
259 property ping 260 property ping
260 property port 261 property port
261 property protocol 262 property protocol
262 property referrerpolicy 263 property referrerpolicy
264 property rel
263 property search 265 property search
264 property shape 266 property shape
265 property target 267 property target
266 property username 268 property username
267 html element article 269 html element article
268 html element aside 270 html element aside
269 html element audio 271 html element audio
270 property HAVE_CURRENT_DATA 272 property HAVE_CURRENT_DATA
271 property HAVE_ENOUGH_DATA 273 property HAVE_ENOUGH_DATA
272 property HAVE_FUTURE_DATA 274 property HAVE_FUTURE_DATA
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1367 svg element textPath 1369 svg element textPath
1368 svg element title 1370 svg element title
1369 property text 1371 property text
1370 svg element tspan 1372 svg element tspan
1371 svg element use 1373 svg element use
1372 svg element view 1374 svg element view
1373 PASS successfullyParsed is true 1375 PASS successfullyParsed is true
1374 1376
1375 TEST COMPLETE 1377 TEST COMPLETE
1376 1378
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698