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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/named-access-on-the-window-object/named-objects-expected.txt

Issue 2482213003: Import WPT tests which require non-test HTML resources. (Closed)
Patch Set: Created 4 years, 1 month 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/browsers/the-window-object/named-access-on-the-window-object/named-objects-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/named-access-on-the-window-object/named-objects-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/named-access-on-the-window-object/named-objects-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e7ba5abe6503c76cda29cb91559fd1ccdd1df7eb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/named-access-on-the-window-object/named-objects-expected.txt
@@ -0,0 +1,9 @@
+This is a testharness.js-based test.
+PASS Check if the first nested browsing context is returned by window['c']
+FAIL Check if window['a'] contains all applet, embed, form, img, and object elements, and their order assert_equals: The length should be 5. expected 5 but got 4
+PASS Check that window['fs'] does not return the frameset element with name='fs' (historical)
+PASS Check if window['b'] returns the elements with the id='b'
+PASS Check if window['d'] returns the element with id='d'
+PASS Check widow[''] when there are some elements with empty id or name attribute
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698