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

Side by Side Diff: LayoutTests/fast/dom/HTMLDocument/object-by-name-or-id-expected.txt

Issue 75273004: Add 'exposed' objects and embeds to a document's named properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extraneous empty line in expected output Created 7 years 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
OLDNEW
1 This tests when object elements are accessible by name or id directly as propert ies of the document object. IE allows this only if the object has not child node s other than param and whitespace anonymous text. A PASS result means that behav ior matches IE. WebKit’s results for comments differ. 1 This tests when object elements are accessible by name or id directly as propert ies of the document object. A PASS result means that behavior matches IE and Fir efox.
2 2
3 Results: 3 Results:
4 4
5 By name: 5 By name:
6 no children: PASS 6 no children: PASS
7 param: PASS 7 param: PASS
8 param and whitespace: PASS 8 param and whitespace: PASS
9 param and empty comment: PASS 9 param and empty comment: PASS
10 param and non-empty comment: PASS 10 param and non-empty comment: PASS
11 param and text: PASS 11 param and text: PASS
12 param and img: PASS 12 param and img: PASS
13 13
14 By id: 14 By id:
15 no children: PASS 15 no children: PASS
16 param: PASS 16 param: PASS
17 param and whitespace: PASS 17 param and whitespace: PASS
18 param and empty comment: PASS 18 param and empty comment: PASS
19 param and non-empty comment: PASS 19 param and non-empty comment: PASS
20 param and text: PASS 20 param and text: PASS
21 param and img: PASS 21 param and img: PASS
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698