| Index: third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt b/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
|
| index 52d7efc84f5c9ae0231cfc9b3bb91b513e76d42e..90a5a2a17fe4889f03138241d83b80a57d732547 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/selectors/element-closest-general-expected.txt
|
| @@ -36,7 +36,7 @@ PASS sour.closest("a") is a
|
| PASS document.closest is undefined
|
| PASS document.closest() threw exception TypeError: document.closest is not a function.
|
| PASS theTarget.closest() threw exception TypeError: Failed to execute 'closest' on 'Element': 1 argument required, but only 0 present..
|
| -PASS theTarget.closest("") threw exception SyntaxError: Failed to execute 'closest' on 'Element': '' is not a valid selector..
|
| +PASS theTarget.closest("") threw exception SyntaxError: Failed to execute 'closest' on 'Element': The provided selector is empty..
|
| PASS theTarget.closest(".123") threw exception SyntaxError: Failed to execute 'closest' on 'Element': '.123' is not a valid selector..
|
| PASS theTarget.closest(" ") threw exception SyntaxError: Failed to execute 'closest' on 'Element': ' ' is not a valid selector..
|
| PASS theTarget.closest(")") threw exception SyntaxError: Failed to execute 'closest' on 'Element': ')' is not a valid selector..
|
|
|