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

Side by Side Diff: LayoutTests/fast/css/crash-inherit-value-font-family.html

Issue 23604036: ASSERT: Bad cast from CSSInitialValue to CSSValueList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed the leak. Created 7 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/crash-inherit-value-font-family-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <var style="float: right; -webkit-border-before: groove; font-family: inherit">< /var>
4
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8
9 document.body.offsetTop;
10 document.designMode="on";
11 document.execCommand("SelectAll");
12 document.execCommand("InsertImage", false);
13 document.execCommand("InsertOrderedList");
14 document.body.innerHTML = "crbug.com/279286: ASSERT: Bad cast from CSSInitia lValue to CSSValueList<br>This test has passed if it doesn't crash";
15 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/crash-inherit-value-font-family-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698