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

Side by Side Diff: LayoutTests/fast/dom/shadow/element-name-in-shadow-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <a>: Before appendChild, named_a should not be in document. 1 <a>: Before appendChild, named_a should not be in document.
2 PASS element.name in document is false 2 PASS element.name in document is false
3 PASS element.name in window is false 3 PASS element.name in window is false
4 <a>: After appendChild, named_a should not still be in document, because the ele ment was inserted into a shadow DOM tree. 4 <a>: After appendChild, named_a should not still be in document, because the ele ment was inserted into a shadow DOM tree.
5 PASS element.name in document is false 5 PASS element.name in document is false
6 PASS element.name in window is false 6 PASS element.name in window is false
7 <a>: After changing its name attribute into renamed_a by using setAttribute, the name should not still be in document. 7 <a>: After changing its name attribute into renamed_a by using setAttribute, the name should not still be in document.
8 PASS element.name in document is false 8 PASS element.name in document is false
9 PASS element.name in window is false 9 PASS element.name in window is false
10 <a>: After changing its name attribute into re-renamed_a by using '.name=', the name should not still be in document. 10 <a>: After changing its name attribute into re-renamed_a by using '.name=', the name should not still be in document.
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 PASS element.name in window is false 111 PASS element.name in window is false
112 <object>: After appendChild, named_object should not still be in document, becau se the element was inserted into a shadow DOM tree. 112 <object>: After appendChild, named_object should not still be in document, becau se the element was inserted into a shadow DOM tree.
113 PASS element.name in document is false 113 PASS element.name in document is false
114 PASS element.name in window is false 114 PASS element.name in window is false
115 <object>: After changing its name attribute into renamed_object by using setAttr ibute, the name should not still be in document. 115 <object>: After changing its name attribute into renamed_object by using setAttr ibute, the name should not still be in document.
116 PASS element.name in document is false 116 PASS element.name in document is false
117 PASS element.name in window is false 117 PASS element.name in window is false
118 <object>: After changing its name attribute into re-renamed_object by using '.na me=', the name should not still be in document. 118 <object>: After changing its name attribute into re-renamed_object by using '.na me=', the name should not still be in document.
119 PASS element.name in document is false 119 PASS element.name in document is false
120 PASS element.name in window is false 120 PASS element.name in window is false
121 PASS successfullyParsed is true
121 122
123 TEST COMPLETE
124
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698