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

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

Issue 2873433002: Enable Feature Policy without experimental features or fullscreen (Closed)
Patch Set: Fix test failure (fullscreen is still behind FeaturePolicy flag and only disabled in-place of IsSup… Created 3 years, 7 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 property align 549 property align
550 property color 550 property color
551 property noShade 551 property noShade
552 property size 552 property size
553 property width 553 property width
554 html element html 554 html element html
555 property version 555 property version
556 html element i 556 html element i
557 html element iframe 557 html element iframe
558 property align 558 property align
559 property allow
559 property allowFullscreen 560 property allowFullscreen
560 property allowPaymentRequest 561 property allowPaymentRequest
561 property contentDocument 562 property contentDocument
562 property contentWindow 563 property contentWindow
563 property csp 564 property csp
564 property frameBorder 565 property frameBorder
565 property getSVGDocument 566 property getSVGDocument
566 property height 567 property height
567 property longDesc 568 property longDesc
568 property marginHeight 569 property marginHeight
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 svg element textPath 1454 svg element textPath
1454 svg element title 1455 svg element title
1455 property text 1456 property text
1456 svg element tspan 1457 svg element tspan
1457 svg element use 1458 svg element use
1458 svg element view 1459 svg element view
1459 PASS successfullyParsed is true 1460 PASS successfullyParsed is true
1460 1461
1461 TEST COMPLETE 1462 TEST COMPLETE
1462 1463
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698