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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02-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 2 tests. 0 PASS 2 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL document.open should redirect to window.open when called with three argumen ts assert_unreached: The call should be redirected to the real window.open Reach ed unreachable code 3 FAIL document.open should redirect to window.open when called with three argumen ts assert_unreached: The call should be redirected to the real window.open Reach ed unreachable code
3 FAIL document.open should throw when it has no window and is called with three a rguments assert_throws: function "function () { 4 FAIL document.open should throw when it has no window and is called with three a rguments assert_throws: function "function () {
4 doc.open("/resources/testharness.js", "", ""); 5 doc.open("/resources/testharness.js", "", "");
5 }" did not throw 6 }" did not throw
6 Harness: the test ran to completion. 7 Harness: the test ran to completion.
7 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698