blob: 0ed3dbcf39746a3f3c4ae1ae22da24ecf1c6447e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
// This file should almost always be empty. Normally Chromium test expectations
// are only put here temporarily, and moved to
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
// where they will remain until they are rebaselined.
//
//
// If you are landing a Chromium CL that would break webkit layout tests,
// please follow these steps:
//
// 1. Add expected failures to the bottom of this file, and run your CL through
// various *_layout trybots. Confirm that the trybot results are green (any
// failures are masked by the expectations you added to this file).
//
// 2. BEFORE landing your Chromium CL, land a WebKit CL adding those same
// expected failures to
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt .
//
// 3. AFTER you have landed the WebKit test_expectations CL, you can land your
// Chromium CL. Be sure to include your expected failures in this file, so
// that other tip-of-tree Chromium developers will not be disturbed by your
// change.
//
//
// Every time Chromium's "WebKit Gardener" rolls the WebKit DEPS within
// Chromium, he will delete ALL expectations within this file. (By then, they
// will be redundant, because you already landed those same expectations in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt .
// Right?)
//
// EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL
BUGCR119667 : media/W3C/video/canPlayType/canPlayType_codecs_order_1.html = PASS
BUGCR119667 : media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html = PASS
BUGCR119667 : media/W3C/video/canPlayType/canPlayType_two_implies_one_1.html = PASS
BUGCR119667 : media/W3C/video/canPlayType/canPlayType_two_implies_one_2.html = PASS
// Rebaseline after skia 3695 lands
BUGCR123809 : fast/backgrounds/background-leakage-transforms.html = IMAGE
BUGCR123809 : fast/backgrounds/background-leakage.html = IMAGE
BUGCR123809 : fast/borders/border-radius-complex-inner.html = IMAGE
BUGCR123809 : fast/borders/borderRadiusDouble01.html = IMAGE
BUGCR123809 : fast/borders/borderRadiusDouble02.html = IMAGE
BUGCR123809 : fast/borders/borderRadiusDouble05.html = IMAGE
BUGCR123809 : fast/borders/borderRadiusGroove02.html = IMAGE
BUGCR123809 : fast/borders/borderRadiusRidge01.html = IMAGE
BUGCR123809 : fast/borders/border-styles-split.html = IMAGE
BUGCR123809 : fast/repaint/shadow-multiple-vertical.html = IMAGE
BUGCR123809 : fast/writing-mode/border-styles-vertical-lr.html = IMAGE
BUGCR123809 : fast/writing-mode/border-styles-vertical-rl.html = IMAGE
BUGCR123809 : ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001.htm = IMAGE
BUGCR123809 : ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002.htm = IMAGE
BUGCR123809 : svg/hixie/perf/001.xml = IMAGE
BUGCR123809 : svg/hixie/perf/002.xml = IMAGE
BUGCR123680 : fast/repaint/shadow-multiple-vertical.html = IMAGE
BUGCR123680 : svg/W3C-SVG-1.1/masking-intro-01-f.svg = IMAGE
BUGCR123809 : fast/borders/border-radius-groove-02.html = IMAGE
BUGWK82983 : media/encrypted-media/ = PASS
|