diff options
author | ddkilzer <ddkilzer@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2006-07-02 11:39:43 +0000 |
---|---|---|
committer | ddkilzer <ddkilzer@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2006-07-02 11:39:43 +0000 |
commit | b99f6c3bdee4f6b3af530098fe167101c74478d9 (patch) | |
tree | 44bdfd73bcaebc391508f7181ecb68eb0c62d114 /third_party/WebKit/LayoutTests/fast/tokenizer/resources/nested-2.js | |
parent | ae6380d58aa3a1667a511c7a8a066f7df2e70ad9 (diff) | |
download | chromium_src-b99f6c3bdee4f6b3af530098fe167101c74478d9.zip chromium_src-b99f6c3bdee4f6b3af530098fe167101c74478d9.tar.gz chromium_src-b99f6c3bdee4f6b3af530098fe167101c74478d9.tar.bz2 |
WebCore:
Reviewed by Darin. Patch by Mitz.
- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
REGRESSION (r15075): Blank or incomplete pages on digg.com
Replaced the requestingScript state bit added in the fix for bug 9317
with a m_requestingScript bool that is set before and restored
after calling ref() on a CachedScript.
Test: fast/tokenizer/nested-cached-scripts.html
* html/HTMLTokenizer.cpp:
(WebCore::HTMLTokenizer::HTMLTokenizer):
(WebCore::HTMLTokenizer::begin):
(WebCore::HTMLTokenizer::scriptHandler):
(WebCore::HTMLTokenizer::notifyFinished):
* html/HTMLTokenizer.h:
(WebCore::HTMLTokenizer::State::):
LayoutTests:
Reviewed by Darin. Patch by Mitz.
- test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9674
REGRESSION (r15075): Blank or incomplete pages on digg.com
* fast/tokenizer/nested-cached-scripts-expected.txt: Added.
* fast/tokenizer/nested-cached-scripts.html: Added.
* fast/tokenizer/resources/nested-1.js: Added.
* fast/tokenizer/resources/nested-2.js: Added.
git-svn-id: svn://svn.chromium.org/blink/trunk@15134 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/tokenizer/resources/nested-2.js')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/tokenizer/resources/nested-2.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/tokenizer/resources/nested-2.js b/third_party/WebKit/LayoutTests/fast/tokenizer/resources/nested-2.js new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/tokenizer/resources/nested-2.js @@ -0,0 +1 @@ + |