| commit | 674e1ec92f839b188bf14498ee6c6bd9489e330a | [log] [tgz] |
|---|---|---|
| author | joone.hur <joone.hur@intel.com> | Tue Jul 19 07:15:10 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 07:16:33 2016 |
| tree | cb83cf4d0e4e70ca193f8d6ad5519c0a97a0b6b2 | |
| parent | 4f82b403f397fbad2e44fe287c05956fcb7cf282 [diff] |
The parameter of the tester should have spaces in assert_selection() When we run assert_selection(), the tester can take one parameter, but it does not allow to have spaces. As a result, it cannot handle HTML tags as parameter. This CL allows the parameter to have spaces. BUG=none TEST=editing/assert_selection.html Review-Url: https://codereview.chromium.org/2155793002 Cr-Commit-Position: refs/heads/master@{#406226}