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

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

Issue 1328183002: Implement referrerpolicy attr for iframes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update webexposed tests 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
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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 property allowFullscreen 533 property allowFullscreen
534 property contentDocument 534 property contentDocument
535 property contentWindow 535 property contentWindow
536 property frameBorder 536 property frameBorder
537 property getSVGDocument 537 property getSVGDocument
538 property height 538 property height
539 property longDesc 539 property longDesc
540 property marginHeight 540 property marginHeight
541 property marginWidth 541 property marginWidth
542 property name 542 property name
543 property referrerpolicy
543 property sandbox 544 property sandbox
544 property scrolling 545 property scrolling
545 property src 546 property src
546 property srcdoc 547 property srcdoc
547 property width 548 property width
548 html element image 549 html element image
549 html element img 550 html element img
550 property align 551 property align
551 property alt 552 property alt
552 property border 553 property border
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 svg element textPath 1410 svg element textPath
1410 svg element title 1411 svg element title
1411 property text 1412 property text
1412 svg element tspan 1413 svg element tspan
1413 svg element use 1414 svg element use
1414 svg element view 1415 svg element view
1415 PASS successfullyParsed is true 1416 PASS successfullyParsed is true
1416 1417
1417 TEST COMPLETE 1418 TEST COMPLETE
1418 1419
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698