From dfd85d2f3db23c8db8999d4461a1113007ed66a8 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 7 Jan 2014 15:48:12 -0800 Subject: [PATCH] Add Reference to relevant bug in new MSIE 6 CSS sanitization tests Change-Id: Ie0bac33e9012d2d36242f31839a73cc848a40eba --- tests/parser/parserTests.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index d853889cad..a868214ded 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -12117,7 +12117,7 @@ MSIE CSS safety test: comment in expression !! end !! test -CSS safety test: vertical tab +CSS safety test (all browsers): vertical tab (bug 55332 / CVE-2013-4567) !! input

A

!! result @@ -12126,7 +12126,7 @@ CSS safety test: vertical tab !! end !! test -MSIE CSS safety test: Fullwidth +MSIE 6 CSS safety test: Fullwidth (bug 55332) !! input

A

B
@@ -12137,7 +12137,7 @@ MSIE CSS safety test: Fullwidth !! end !! test -MSIE CSS safety test: IPA extensions +MSIE 6 CSS safety test: IPA extensions (bug 55332) !! input
A

B

@@ -12148,7 +12148,7 @@ MSIE CSS safety test: IPA extensions !! end !! test -MSIE CSS safety test: sup/sub script +MSIE 6 CSS safety test: sup/sub script (bug 55332) !! input
A
B
@@ -12172,7 +12172,7 @@ style="-o-link:attr(title);-o-link-source:current">X !! end !! test -MSIE CSS safety test: Repetition markers +MSIE 6 CSS safety test: Repetition markers (bug 55332) !! input

A

B

-- 2.20.1