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

Side by Side Diff: LayoutTests/fast/dom/Document/document-current-script-expected.txt

Issue 14852011: Implement document.currentScript (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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 Test basic usage of document.currentScript
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 <script id="a">
7 <script id="b">
8 <script id="c">
9 <script id="d">
10 <script id="c">
11 <script id="e" src="...">
12 <script id="f">
13 <script id="f">
14 <script id="g" src="...">
15 <script id="h">
16 <script id="h">
17 <script id="i">
18 <script id="j">
19 <script id="i">
20 <script id="defer-1" src="..." defer>
21 <script id="defer-2" src="..." defer>
22 PASS document.currentScript is null
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698