From af4da56f1ad4d3ef7b06557bae365da2ea27a897 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 14 Nov 2013 23:19:13 +0100 Subject: Update to MediaWiki 1.21.3 --- tests/parser/parserTests.txt | 64 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'tests/parser') diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index e9218dec..f0603e75 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -8470,6 +8470,70 @@ MSIE CSS safety test: comment in expression !! end +!! test +CSS safety test: vertical tab +!! input +

A

+!! result +

A

+ +!! end + +!! test +MSIE CSS safety test: Fullwidth +!! input +

A

+
B
+!! result +

A

+
B
+ +!! end + +!! test +MSIE CSS safety test: IPA extensions +!! input +
A
+

B

+!! result +
A
+

B

+ +!! end + +!! test +MSIE CSS safety test: sup/sub script +!! input +
A
+
B
+

C

+!! result +
A
+
B
+

C

+ +!! end + +!! test +MSIE CSS safety test: Repetition markers +!! input +

A

+

B

+

C

+

D

+

E

+

F

+

G

+!! result +

A

+

B

+

C

+

D

+

E

+

F

+

G

+ +!! end !! test Table attribute legitimate extension -- cgit v1.2.2