diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | skia/skia_test_expectations.txt | 10 |
2 files changed, 11 insertions, 1 deletions
@@ -29,7 +29,7 @@ vars = { "ffmpeg_hash": "82ae69cc47f25f9a59cf2ca8742e3391c34e7602", "sfntly_revision": "134", - "skia_revision": "6755", + "skia_revision": "6773", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling Skia # and V8 without interference from each other. diff --git a/skia/skia_test_expectations.txt b/skia/skia_test_expectations.txt index 4327f6e..814ce0e 100644 --- a/skia/skia_test_expectations.txt +++ b/skia/skia_test_expectations.txt @@ -48,4 +48,14 @@ # # START OVERRIDES HERE +# These 6 tests will be rebaselined by fmalita@ +# They are due to http://code.google.com/p/skia/source/detail?r=6773 +crbug.com/165935 fast/borders/borderRadiusDotted02.html [ ImageOnlyFailure ] +crbug.com/165935 fast/borders/borderRadiusDotted03.html [ ImageOnlyFailure ] +crbug.com/165935 fast/borders/borderRadiusDotted04.html [ ImageOnlyFailure ] +# These 3 are really Windows only +crbug.com/165935 fast/forms/button-generated-content.html [ ImageOnlyFailure ] +crbug.com/165935 fast/forms/button-inner-block-reuse.html [ ImageOnlyFailure ] +crbug.com/165935 ietestcenter/css3/bordersbackgrounds/border-radius-style-001.htm [ ImageOnlyFailure ] + # END OVERRIDES HERE (this line ensures that the file is newline-terminated) |