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

Side by Side Diff: sky/tests/parser/script-expected.txt

Issue 694423002: Replace <link rel="import"> with <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
OLDNEW
1 ERROR: Uncaught SyntaxError: Unexpected token < 1 ERROR: Uncaught SyntaxError: Unexpected token <
2 SOURCE: http://127.0.0.1:8000/parser/script.sky:6 2 SOURCE: http://127.0.0.1:8000/parser/script.sky:6
3 ERROR: Uncaught SyntaxError: Unexpected token < 3 ERROR: Uncaught SyntaxError: Unexpected token <
4 SOURCE: http://127.0.0.1:8000/parser/script.sky:14 4 SOURCE: http://127.0.0.1:8000/parser/script.sky:14
5 ERROR: Uncaught SyntaxError: Unexpected token < 5 ERROR: Uncaught SyntaxError: Unexpected token <
6 SOURCE: http://127.0.0.1:8000/parser/script.sky:21 6 SOURCE: http://127.0.0.1:8000/parser/script.sky:21
7 ERROR: Uncaught ReferenceError: TEST is not defined 7 ERROR: Uncaught ReferenceError: TEST is not defined
8 SOURCE: http://127.0.0.1:8000/parser/script.sky:27 8 SOURCE: http://127.0.0.1:8000/parser/script.sky:27
9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / 9 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
10 SOURCE: http://127.0.0.1:8000/parser/script.sky:34 10 SOURCE: http://127.0.0.1:8000/parser/script.sky:34
11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing / 11 ERROR: Uncaught SyntaxError: Invalid regular expression: missing /
12 SOURCE: http://127.0.0.1:8000/parser/script.sky:38 12 SOURCE: http://127.0.0.1:8000/parser/script.sky:38
13 ERROR: Uncaught SyntaxError: Unexpected token } 13 ERROR: Uncaught SyntaxError: Unexpected token }
14 SOURCE: http://127.0.0.1:8000/parser/script.sky:43 14 SOURCE: http://127.0.0.1:8000/parser/script.sky:43
15 <html> 15 <html>
16 <link rel="import" href="../resources/dump-as-markup.sky"></link> 16 <import src="../resources/dump-as-markup.sky"></link>
17 <body> 17 <body>
18 18
19 <script> 19 <script>
20 TEST <a></a> 20 TEST <a></a>
21 </script> 21 </script>
22 22
23 <SCRIPT> 23 <SCRIPT>
24 TEST <a></a> 24 TEST <a></a>
25 </SCRIPT> 25 </SCRIPT>
26 26
(...skipping 21 matching lines...) Expand all
48 </script> 48 </script>
49 49
50 <script> TEST </scrip> 50 <script> TEST </scrip>
51 </script> 51 </script>
52 52
53 <script> TEST <//script> 53 <script> TEST <//script>
54 </script> 54 </script>
55 55
56 </body> 56 </body>
57 </html> 57 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698