https://bugs.webkit.org/show_bug.cgi?id=26706
Fixed crash due to dereference of m_toStyle
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45350 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/transitions/override-transition-crash-expected.txt b/LayoutTests/transitions/override-transition-crash-expected.txt
index d9fd7c1..14db886 100644
--- a/LayoutTests/transitions/override-transition-crash-expected.txt
+++ b/LayoutTests/transitions/override-transition-crash-expected.txt
@@ -1,3 +1,3 @@
-This tests a crash that was occuring when you have both an explicit property and 'all' in the -webkit-transition-property CSS property. The crash would occur when you start the transition of the explicit property. This test should not crash.
+This tests a crash that was occuring when you have both an explicit property and 'all' in the -webkit-transition-property CSS property. The crash would occur when you start the transition of the explicit property. Transitions of 3 sample properties are used (top, -webkit-text-fill-color, and text-shadow), to test 3 separate code paths for property animation. This test should not crash.
-
+Text With a Shadow