OLD | NEW |
1 // This file should almost always be empty. Normally Chromium test expectations | 1 // This file should almost always be empty. Normally Chromium test expectations |
2 // are found in | 2 // are found in |
3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt |
4 // | 4 // |
5 // Only add expectations here to temporarily suppress messages on the bots | 5 // Only add expectations here to temporarily suppress messages on the bots |
6 // until the changes can be landed upstream. | 6 // until the changes can be landed upstream. |
7 | 7 |
8 // PLEASE DO NOT LEAVE ENTRIES IN THIS FILE FOR MORE THAN 24 HRS. | 8 // PLEASE DO NOT LEAVE ENTRIES IN THIS FILE FOR MORE THAN 24 HRS. |
9 // The need for rebaselines is conflicting with the TIMEOUT expectation upstream | 9 // The need for rebaselines is conflicting with the TIMEOUT expectation upstream |
10 | 10 |
(...skipping 10 matching lines...) Expand all Loading... |
21 BUGGMAN : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE | 21 BUGGMAN : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE |
22 BUGGMAN : fast/canvas/canvas-as-image.html = IMAGE | 22 BUGGMAN : fast/canvas/canvas-as-image.html = IMAGE |
23 BUGGMAN : fast/canvas/canvas-bg-zoom.html = IMAGE | 23 BUGGMAN : fast/canvas/canvas-bg-zoom.html = IMAGE |
24 BUGGMAN : fast/canvas/canvas-bg.html = IMAGE | 24 BUGGMAN : fast/canvas/canvas-bg.html = IMAGE |
25 BUGGMAN : fast/canvas/canvas-currentColor.html = TEXT | 25 BUGGMAN : fast/canvas/canvas-currentColor.html = TEXT |
26 BUGGMAN : fast/canvas/canvas-fillPath-shadow.html = TEXT | 26 BUGGMAN : fast/canvas/canvas-fillPath-shadow.html = TEXT |
27 BUGGMAN : fast/canvas/canvas-transform-skewed.html = IMAGE | 27 BUGGMAN : fast/canvas/canvas-transform-skewed.html = IMAGE |
28 BUGGMAN : fast/canvas/zero-size-fill-rect.html = IMAGE | 28 BUGGMAN : fast/canvas/zero-size-fill-rect.html = IMAGE |
29 BUGGMAN : media/video-canvas-alpha.html = IMAGE | 29 BUGGMAN : media/video-canvas-alpha.html = IMAGE |
30 | 30 |
| 31 // We now follow the ES5 spec with regards to the semantics of the receiver |
| 32 // given through eval to builtins (undefined). Test assumes that the global |
| 33 // object is given as receiver. |
| 34 BUGRICOW : fast/js/eval-var-decl.html = TEXT |
| 35 |
OLD | NEW |