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

Side by Side Diff: LayoutTests/fast/dom/HTMLScriptElement/script-async-attr-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT 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 This test checks for proper parsing of the async attribute on HTML script tags. 1 This test checks for proper parsing of the async attribute on HTML script tags.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS isAsync('s0') is false 6 PASS isAsync('s0') is false
7 PASS isAsync('s1') is true 7 PASS isAsync('s1') is true
8 PASS isAsync('s2') is true 8 PASS isAsync('s2') is true
9 PASS isAsync('s3') is true 9 PASS isAsync('s3') is true
10 PASS isAsync('s4') is true 10 PASS isAsync('s4') is true
11 PASS isAsync('s5') is true 11 PASS isAsync('s5') is true
12 PASS isAsync('s6') is true 12 PASS isAsync('s6') is true
13 PASS isAsync('s7') is true 13 PASS isAsync('s7') is true
14 PASS isAsync('s8') is false 14 PASS isAsync('s8') is false
15 PASS isDynamicallyInsertedScriptAsync(true) is true 15 PASS isDynamicallyInsertedScriptAsync(true) is true
16 PASS isDynamicallyInsertedScriptAsync(false) is false 16 PASS isDynamicallyInsertedScriptAsync(false) is false
17 PASS isDynamicallyInsertedScriptAsync("async") is true 17 PASS isDynamicallyInsertedScriptAsync("async") is true
18 PASS isDynamicallyInsertedScriptAsync(null) is true 18 PASS isDynamicallyInsertedScriptAsync(null) is true
19 PASS successfullyParsed is true
19 20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698