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

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

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 This test documents all properties on all element instances. 1 This test documents all properties on all element instances.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 [HTML NAMESPACE ELEMENT PROPERTIES] 6 [HTML NAMESPACE ELEMENT PROPERTIES]
7 namespace http://www.w3.org/1999/xhtml 7 namespace http://www.w3.org/1999/xhtml
8 <common> 8 <common>
9 property ATTRIBUTE_NODE 9 property ATTRIBUTE_NODE
10 property CDATA_SECTION_NODE 10 property CDATA_SECTION_NODE
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 property rev 244 property rev
245 property search 245 property search
246 property shape 246 property shape
247 property target 247 property target
248 property text 248 property text
249 property type 249 property type
250 property username 250 property username
251 html element abbr 251 html element abbr
252 html element acronym 252 html element acronym
253 html element address 253 html element address
254 html element applet
255 property align
256 property alt
257 property archive
258 property code
259 property codeBase
260 property height
261 property hspace
262 property name
263 property object
264 property vspace
265 property width
266 html element area 254 html element area
267 property alt 255 property alt
268 property coords 256 property coords
269 property hash 257 property hash
270 property host 258 property host
271 property hostname 259 property hostname
272 property href 260 property href
273 property noHref 261 property noHref
274 property origin 262 property origin
275 property password 263 property password
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 svg element textPath 1409 svg element textPath
1422 svg element title 1410 svg element title
1423 property text 1411 property text
1424 svg element tspan 1412 svg element tspan
1425 svg element use 1413 svg element use
1426 svg element view 1414 svg element view
1427 PASS successfullyParsed is true 1415 PASS successfullyParsed is true
1428 1416
1429 TEST COMPLETE 1417 TEST COMPLETE
1430 1418
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698