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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-time-element/001-expected.txt

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-time-element/001-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-time-element/001-expected.txt b/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-time-element/001-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d253fcd9295fead05819b3d1e174c44bf2961eee
--- /dev/null
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/text-level-semantics/the-time-element/001-expected.txt
@@ -0,0 +1,11 @@
+This is a testharness.js-based test.
+PASS HTML parsing should locate 4 time elements in this document
+FAIL HTMLTimeElement should be exposed for prototyping assert_true: expected true got false
+FAIL the time elements should be instanceof HTMLTimeElement Expecting a function in instanceof check, but got undefined
+FAIL the datetime attribute should be reflected by the .dateTime property assert_equals: expected (string) "2000-02-01T03:04:05Z" but got (undefined) undefined
+FAIL the dateTime IDL property should default to an empty string assert_equals: typeof test expected "string" but got "undefined"
+PASS the dateTime property should be read/write
+FAIL the datetime attribute should be reflected by the .dateTime property even if it is invalid assert_equals: expected (string) "go fish" but got (undefined) undefined
+FAIL the datetime attribute should not reflect the textContent assert_equals: expected (string) "" but got (undefined) undefined
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698