Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / end-of-buffer-crash.html
blob408b6483c92a4fef18d5c94da04ccb12dfc4a189
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
6 <style>tenbytes {</style>
8 <p>This test tickles a subtle off-by-one bug in how the CSS lexer handles end
9 of buffer conditions. The contents of the style tag satisfy (length mod 8 = 2)
10 and contain an unclosed curly brace. We pass if we don't crash.</p>
12 <p>PASS</p>