Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: LayoutTests/fast/text-autosizing/table-inflation-crash.html

Issue 358163002: Prevent a use after free in computeBlockPreferredLogicalWidths (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add pass expectation sice this now passes on release asan Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <meta name="viewport" content="width=800">
4 <style>
5 body {
6 width: 800px;
7 margin: 0;
8 overflow-y: hidden;
9 }
10 </style>
11 <script src="resources/autosizingTest.js"></script>
12 <script>
13 window.onload = function() {
14 if (window.testRunner)
15 testRunner.dumpAsText();
16 }
17 </script>
18 Test for crbug.com/385268:This test passes if it does not crash.<br>
19 autosize autosize autosize autosize autosize autosize autosize autosize auto size
20 autosize autosize autosize autosize autosize autosize autosize autosize auto size
21 autosize autosize autosize autosize autosize autosize autosize autosize auto size
22 <object align="left">
23 <table align="left">
24 <h1>crash</h1>
25 </table>
26 <li></li>
27 </object>
28 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text-autosizing/table-inflation-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698