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

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: tests Created 7 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 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="e" src="...">
11 <script id="f">
12 <script id="g" src="...">
13 <script id="h">
14 <script id="i">
15 <script id="j">
16 <script id="defer-1" src="..." defer>
17 <script id="defer-2" src="..." defer>
18 PASS document.currentScript is null
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698