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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css/crash-inherit-value-font-family-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/crash-inherit-value-font-family.html
diff --git a/LayoutTests/fast/css/crash-inherit-value-font-family.html b/LayoutTests/fast/css/crash-inherit-value-font-family.html
new file mode 100644
index 0000000000000000000000000000000000000000..100a04174ea2b3de784f5fa34f62a1ccfed3f6e1
--- /dev/null
+++ b/LayoutTests/fast/css/crash-inherit-value-font-family.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<body>
+<var style="float: right; -webkit-border-before: groove; font-family: inherit"></var>
+
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+
+ document.body.offsetTop;
+ document.designMode="on";
+ document.execCommand("SelectAll");
+ document.execCommand("InsertImage", false);
+ document.execCommand("InsertOrderedList");
+ document.body.innerHTML = "crbug.com/279286: ASSERT: Bad cast from CSSInitialValue to CSSValueList<br>This test has passed if it doesn't crash";
+</script>
« 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