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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/text-level-semantics/the-time-element/001-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: 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
(Empty)
1 This is a testharness.js-based test.
2 PASS HTML parsing should locate 4 time elements in this document
3 FAIL HTMLTimeElement should be exposed for prototyping assert_true: expected tru e got false
4 FAIL the time elements should be instanceof HTMLTimeElement Right-hand side of ' instanceof' is not an object
5 FAIL the datetime attribute should be reflected by the .dateTime property assert _equals: expected (string) "2000-02-01T03:04:05Z" but got (undefined) undefined
6 FAIL the dateTime IDL property should default to an empty string assert_equals: typeof test expected "string" but got "undefined"
7 PASS the dateTime property should be read/write
8 FAIL the datetime attribute should be reflected by the .dateTime property even i f it is invalid assert_equals: expected (string) "go fish" but got (undefined) u ndefined
9 FAIL the datetime attribute should not reflect the textContent assert_equals: ex pected (string) "" but got (undefined) undefined
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698