diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 39a3c7d74ee..d1677b1c57d 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,10 @@ +2012-11-22 Yury Semikhatsky + + Unreviewed. Mark LayoutTests/fast/canvas/canvas-stroke*-gradient-shadow.html as crashing after latest Skia roll. + https://bugs.webkit.org/show_bug.cgi?id=103062 + + * platform/chromium/TestExpectations: + 2012-11-22 Kent Tamura INPUT_MULTIPLE_FIELDS_UI: Refactoring: Do not call updateInnerTextValue if only read-only sub-fields have values diff --git a/LayoutTests/platform/chromium/TestExpectations b/LayoutTests/platform/chromium/TestExpectations index bc643b59983..ae5b66e6c4f 100644 --- a/LayoutTests/platform/chromium/TestExpectations +++ b/LayoutTests/platform/chromium/TestExpectations @@ -4219,3 +4219,6 @@ webkit.org/b/102724 crbug.com/161762 [ Release ] svg/custom/gradient-stop-corner # Fails until we enable the Resource Timing API. webkit.org/b/61138 http/tests/w3c/webperf/submission/resource-timing [ Skip ] + +webkit.org/b/103062 [ Debug ] fast/canvas/canvas-strokePath-gradient-shadow.html [ Crash ] +webkit.org/b/103062 [ Debug ] fast/canvas/canvas-strokeRect-gradient-shadow.html [ Crash ]