| 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>
|
|
|