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

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

Issue 2011763006: Add an iframe permissions= attribute for implementing permission delegation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-delegation-1-flag
Patch Set: Blink-side 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 property allowFullscreen 553 property allowFullscreen
554 property contentDocument 554 property contentDocument
555 property contentWindow 555 property contentWindow
556 property frameBorder 556 property frameBorder
557 property getSVGDocument 557 property getSVGDocument
558 property height 558 property height
559 property longDesc 559 property longDesc
560 property marginHeight 560 property marginHeight
561 property marginWidth 561 property marginWidth
562 property name 562 property name
563 property permissions
563 property referrerpolicy 564 property referrerpolicy
564 property sandbox 565 property sandbox
565 property scrolling 566 property scrolling
566 property src 567 property src
567 property srcdoc 568 property srcdoc
568 property width 569 property width
569 html element image 570 html element image
570 html element img 571 html element img
571 property align 572 property align
572 property alt 573 property alt
(...skipping 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 svg element textPath 1455 svg element textPath
1455 svg element title 1456 svg element title
1456 property text 1457 property text
1457 svg element tspan 1458 svg element tspan
1458 svg element use 1459 svg element use
1459 svg element view 1460 svg element view
1460 PASS successfullyParsed is true 1461 PASS successfullyParsed is true
1461 1462
1462 TEST COMPLETE 1463 TEST COMPLETE
1463 1464
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698