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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/shadow-dom/ShadowRoot-interface-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 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 is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 12 tests. 10 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Check the existence of ShadowRoot interface 3 PASS Check the existence of ShadowRoot interface
3 PASS ShadowRoot must inherit from DocumentFragment 4 PASS ShadowRoot must inherit from DocumentFragment
4 PASS ShadowRoot must not be a constructor 5 PASS ShadowRoot must not be a constructor
5 PASS ShadowRoot.activeElement must return the focused element of the context obj ect when shadow root is open. 6 PASS ShadowRoot.activeElement must return the focused element of the context obj ect when shadow root is open.
6 PASS ShadowRoot.activeElement must return the focused element of the context obj ect when shadow root is closed. 7 PASS ShadowRoot.activeElement must return the focused element of the context obj ect when shadow root is closed.
7 PASS ShadowRoot.host must return the shadow host of the context object. 8 PASS ShadowRoot.host must return the shadow host of the context object.
8 PASS ShadowRoot.innerHTML must return the result of the HTML fragment serializat ion algorithm when shadow root is open. 9 PASS ShadowRoot.innerHTML must return the result of the HTML fragment serializat ion algorithm when shadow root is open.
9 PASS ShadowRoot.innerHTML must return the result of the HTML fragment serializat ion algorithm when shadow root is closed. 10 PASS ShadowRoot.innerHTML must return the result of the HTML fragment serializat ion algorithm when shadow root is closed.
10 PASS ShadowRoot.innerHTML must replace all with the result of invoking the fragm ent parsing algorithm when shadow root is open. 11 PASS ShadowRoot.innerHTML must replace all with the result of invoking the fragm ent parsing algorithm when shadow root is open.
11 PASS ShadowRoot.innerHTML must replace all with the result of invoking the fragm ent parsing algorithm when shadow root is closed. 12 PASS ShadowRoot.innerHTML must replace all with the result of invoking the fragm ent parsing algorithm when shadow root is closed.
12 FAIL ShadowRoot.styleSheets must return a StyleSheetList sequence containing the shadow root style sheets when shadow root is open. assert_equals: shadowRoot.st yleSheets must contain two items when the shadow root has two style elements exp ected 2 but got 0 13 FAIL ShadowRoot.styleSheets must return a StyleSheetList sequence containing the shadow root style sheets when shadow root is open. assert_equals: shadowRoot.st yleSheets must contain two items when the shadow root has two style elements exp ected 2 but got 0
13 FAIL ShadowRoot.styleSheets must return a StyleSheetList sequence containing the shadow root style sheets when shadow root is closed. assert_equals: shadowRoot. styleSheets must contain two items when the shadow root has two style elements e xpected 2 but got 0 14 FAIL ShadowRoot.styleSheets must return a StyleSheetList sequence containing the shadow root style sheets when shadow root is closed. assert_equals: shadowRoot. styleSheets must contain two items when the shadow root has two style elements e xpected 2 but got 0
14 Harness: the test ran to completion. 15 Harness: the test ran to completion.
15 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698