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

Unified Diff: sky/tests/parser/starttag.sky

Issue 1215063003: Remove Sky tests that we don't intend to port to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
Index: sky/tests/parser/starttag.sky
diff --git a/sky/tests/parser/starttag.sky b/sky/tests/parser/starttag.sky
deleted file mode 100644
index e5c80d1f163ba67cbe44c54f8ebfc0d3263e279d..0000000000000000000000000000000000000000
--- a/sky/tests/parser/starttag.sky
+++ /dev/null
@@ -1,77 +0,0 @@
-<html>
-<import src="../resources/dump-as-markup.sky"></import>
-<body>
-
- <a>1</a>
-
-<a >2</a >
-<a.>3</a.>
-<a_>4</a_>
-<a->5</a->
-<a!>6</a!>
-<a%>7</a%>
-
-< a>8</ a>
-<.a>9</.a>
-<_a>a</_a>
-<-a>b</-a>
-<!a>c</!a>
-<%a>d</%a>
-
-<a/_a></a>
-
-<a foo=bar
-</a></a>
-
-<a a1
- a2=
- xx=xx
-
- a3=&
- a4=&#
- a5=&#x
- a6=&#x1
- a7=&#x1;
- a8=&#1
- a9=&#1;
- aa=&a
- ab=&a;
- ac=&;
- ad=a
- ae=&lt;
- af=&lt
- ag=&LT;
-
- b3='&'
- b4='&#'
- b5='&#x'
- b6='&#x1'
- b7='&#x1;'
- b8='&#1'
- b9='&#1;'
- ba='&a'
- bb='&a;'
- bc='&;'
- bd='a'
- be='&lt;'
- bf='&lt'
- bg='&LT;'
-
- c3="&"
- c4="&#"
- c5="&#x"
- c6="&#x1"
- c7="&#x1;"
- c8="&#1"
- c9="&#1;"
- ca="&a"
- cb="&a;"
- cc="&;"
- cd="a"
- ce="&lt;"
- cf="&lt"
- cg="&LT;"
-
->
-
-</body>

Powered by Google App Engine
This is Rietveld 408576698