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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 property align 534 property align
535 property color 535 property color
536 property noShade 536 property noShade
537 property size 537 property size
538 property width 538 property width
539 html element html 539 html element html
540 property version 540 property version
541 html element i 541 html element i
542 html element iframe 542 html element iframe
543 property align 543 property align
544 property allow
544 property allowFullscreen 545 property allowFullscreen
545 property allowPaymentRequest 546 property allowPaymentRequest
546 property contentDocument 547 property contentDocument
547 property contentWindow 548 property contentWindow
548 property frameBorder 549 property frameBorder
549 property getSVGDocument 550 property getSVGDocument
550 property height 551 property height
551 property longDesc 552 property longDesc
552 property marginHeight 553 property marginHeight
553 property marginWidth 554 property marginWidth
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 svg element textPath 1409 svg element textPath
1409 svg element title 1410 svg element title
1410 property text 1411 property text
1411 svg element tspan 1412 svg element tspan
1412 svg element use 1413 svg element use
1413 svg element view 1414 svg element view
1414 PASS successfullyParsed is true 1415 PASS successfullyParsed is true
1415 1416
1416 TEST COMPLETE 1417 TEST COMPLETE
1417 1418
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698