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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 The id attribute
2
3 This is a testharness.js-based test.
4 PASS User agents must associate the element with an id value for purposes of get ElementById.
5 PASS Association is exact and therefore case-sensitive for getElementById.
6 PASS Spaces are allowed in an id and still make an association for getElementByI D.
7 PASS Non-ASCII is allowed in an id and still make an association for getElementB yId.
8 PASS User agents must associate the element with an id value for purposes of CSS .
9 PASS Association for CSS is exact and therefore case-sensitive.
10 PASS Spaces are allowed in an id and still make an association.
11 PASS Non-ASCII is allowed in an id and still make an association for CSS.
12 PASS The id IDL attribute must reflect the id content attribute, for getting.
13 PASS The id IDL attribute must reflect the id content attribute, for setting via IDL attribute.
14 PASS After setting id via id attribute, getElementById find the element by the n ew id.
15 PASS After setting id via id attribute, getElementById doesn't find the element by the old id.
16 PASS After setting id via id attribute, CSS association is via the new ID.
17 PASS The id IDL attribute must reflect the id content attribute, for setting via setAttribute.
18 PASS After setting id via setAttribute attribute, getElementById find the elemen t by the new id.
19 PASS After setting id via setAttribute attribute, getElementById doesn't find th e element by the old id.
20 PASS After setting id via setAttribute attribute, CSS association is via the new ID.
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698