diff options
Diffstat (limited to 'WebCore/manual-tests/accidental-strict-mode.html')
-rw-r--r-- | WebCore/manual-tests/accidental-strict-mode.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/WebCore/manual-tests/accidental-strict-mode.html b/WebCore/manual-tests/accidental-strict-mode.html new file mode 100644 index 0000000..45ff8b7 --- /dev/null +++ b/WebCore/manual-tests/accidental-strict-mode.html @@ -0,0 +1,13 @@ +<p>This tests for regression against <a href="http://bugs.webkit.org/show_bug.cgi?id=7102">REGRESSION: parse mode gets set to strict after going back from non-HTML content</a></p> + +<ol> +<li> Click on PDF link below. Wait for PDF to fully load. +<li> Click "Back" button once. +<li> Click the link again. +<li> Click "Back" button once. +</ol> + +<p>In the failing case, the thin line above the link will get much thicker. If it remains the same, this test has passed.</p> + +<table width=100% border=0 cellpadding=0 cellspacing=0><tr><td bgcolor=#3366cc><img width=1 height=1 alt=""></td></tr></table> +<div><a href="http://www.irs.gov/pub/irs-pdf/fw4.pdf">http://www.irs.gov/pub/irs-pdf/fw4.pdf</a></div> |