diff options
author | abarth@webkit.org <abarth@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-01-07 05:14:30 +0000 |
---|---|---|
committer | abarth@webkit.org <abarth@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2011-01-07 05:14:30 +0000 |
commit | 5c46bf483aefb62de8185ce067857df0aaa44242 (patch) | |
tree | b96a43b15f250bdd2bb1f7b3d933de226feece0c /third_party/WebKit/LayoutTests/fast/parser/line-number-composite-segmented-string-expected.txt | |
parent | 73f78e54f064d8cd30ca7511146937438df84f0b (diff) | |
download | chromium_src-5c46bf483aefb62de8185ce067857df0aaa44242.zip chromium_src-5c46bf483aefb62de8185ce067857df0aaa44242.tar.gz chromium_src-5c46bf483aefb62de8185ce067857df0aaa44242.tar.bz2 |
2011-01-06 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt()
https://bugs.webkit.org/show_bug.cgi?id=52013
This test case used to trigger an ASSERT. It's unclear to me whether
there's a more direct way to test this fix.
* fast/parser/line-number-composite-segmented-string-expected.txt: Added.
* fast/parser/line-number-composite-segmented-string.html: Added.
2011-01-06 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
REGRESSION (r74663): ASSERTION FAILED: m_tokenizer->lineNumber() == line.zeroBasedInt()
https://bugs.webkit.org/show_bug.cgi?id=52013
When excluding line numbers for composite strings, we forgot to exclude
the line number for the current string!
Test: fast/parser/line-number-composite-segmented-string.html
* platform/text/SegmentedString.cpp:
(WebCore::SegmentedString::setExcludeLineNumbers):
git-svn-id: svn://svn.chromium.org/blink/trunk@75228 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/parser/line-number-composite-segmented-string-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/parser/line-number-composite-segmented-string-expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/parser/line-number-composite-segmented-string-expected.txt b/third_party/WebKit/LayoutTests/fast/parser/line-number-composite-segmented-string-expected.txt new file mode 100644 index 0000000..d801cb0 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/parser/line-number-composite-segmented-string-expected.txt @@ -0,0 +1 @@ +This test passes if it doesn't trigger an ASSERT. |