| Index: LayoutTests/fast/css/css3-nth-tokens-script-expected.txt
|
| diff --git a/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt b/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt
|
| index a2ab57f808df67fd8f77fd749b291a92beab3178..afe2af31c46e7fd2f794e6fa1ec104bda4bd7120 100644
|
| --- a/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt
|
| +++ b/LayoutTests/fast/css/css3-nth-tokens-script-expected.txt
|
| @@ -16,10 +16,10 @@ PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') i
|
| PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
|
| PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
|
| PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
|
| -PASS document.querySelector("span.c3:nth-of-type(n3)") threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS document.querySelector("span.c3:nth-of-type(foo)") threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception Error: SyntaxError: DOM Exception 12.
|
| -PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception Error: SyntaxError: DOM Exception 12.
|
| +PASS document.querySelector("span.c3:nth-of-type(n3)") threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS document.querySelector("span.c3:nth-of-type(foo)") threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS document.querySelector("span.c3:nth-of-type(2n3)") threw exception SyntaxError: An invalid or illegal string was specified..
|
| +PASS document.querySelector("span.c3:nth-of-type(foon + bar)") threw exception SyntaxError: An invalid or illegal string was specified..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|