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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src-expected.txt

Issue 2362963003: Update some expectation files of imported/wpt/html/. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..aae8ab064ac821d5586b46d1cc5724a86d21e79c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/interfaces/HTMLElement/HTMLTrackElement/src-expected.txt
@@ -0,0 +1,14 @@
+This is a testharness.js-based test.
+PASS HTMLTrackElement.src missing value
+PASS HTMLTrackElement.src empty string in content attribute
+PASS HTMLTrackElement.src assigning empty string to IDL attribute
+FAIL HTMLTrackElement.src unresolvable value in content attribute assert_equals: expected "http://foo bar" but got "http://foo%20bar/"
+FAIL HTMLTrackElement.src assigning unresolvable value to IDL attribute assert_equals: expected "http://foo bar" but got "http://foo%20bar/"
+PASS HTMLTrackElement.src resolvable value in content attribute
+PASS HTMLTrackElement.src assigning resolvable value to IDL attribute
+PASS HTMLTrackElement.src \u0000 in content attribute
+PASS HTMLTrackElement.src assigning \u0000 to IDL attribute
+PASS HTMLTrackElement.src foo\u0000bar in content attribute
+PASS HTMLTrackElement.src assigning foo\u0000bar to IDL attribute
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698