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

Unified Diff: LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt

Issue 1151323002: testharnessreport: Hide unnecessary elements for JS tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Sync all of testharnessreport.js, and update test results Created 5 years, 7 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/dom/elements/global-attributes/id-attribute-expected.txt
diff --git a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt b/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt
deleted file mode 100644
index a16251a6fd5804fd81d9950ec838e28575586c10..0000000000000000000000000000000000000000
--- a/LayoutTests/imported/web-platform-tests/html/dom/elements/global-attributes/id-attribute-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-The id attribute
-
-This is a testharness.js-based test.
-PASS User agents must associate the element with an id value for purposes of getElementById.
-PASS Association is exact and therefore case-sensitive for getElementById.
-PASS Spaces are allowed in an id and still make an association for getElementByID.
-PASS Non-ASCII is allowed in an id and still make an association for getElementById.
-PASS User agents must associate the element with an id value for purposes of CSS.
-PASS Association for CSS is exact and therefore case-sensitive.
-PASS Spaces are allowed in an id and still make an association.
-PASS Non-ASCII is allowed in an id and still make an association for CSS.
-PASS The id IDL attribute must reflect the id content attribute, for getting.
-PASS The id IDL attribute must reflect the id content attribute, for setting via IDL attribute.
-PASS After setting id via id attribute, getElementById find the element by the new id.
-PASS After setting id via id attribute, getElementById doesn't find the element by the old id.
-PASS After setting id via id attribute, CSS association is via the new ID.
-PASS The id IDL attribute must reflect the id content attribute, for setting via setAttribute.
-PASS After setting id via setAttribute attribute, getElementById find the element by the new id.
-PASS After setting id via setAttribute attribute, getElementById doesn't find the element by the old id.
-PASS After setting id via setAttribute attribute, CSS association is via the new ID.
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698