Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Side by Side Diff: third_party/WebKit/LayoutTests/TestExpectations

Issue 1919363002: Add createGradient and createPattern to OffscreenCanvas2D in worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ScriptState Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # ====== Oilpan-only failures from here ====== 1 # ====== Oilpan-only failures from here ======
2 # Most of these actually cause the tests to report success, rather than 2 # Most of these actually cause the tests to report success, rather than
3 # failure. Expected outputs will be adjusted for the better once Oilpan 3 # failure. Expected outputs will be adjusted for the better once Oilpan
4 # has been well and truly enabled always. 4 # has been well and truly enabled always.
5 5
6 # With Oilpan, the parent pointer in the CSSRule hierarchy is 6 # With Oilpan, the parent pointer in the CSSRule hierarchy is
7 # strong. This is the intended behavior. 7 # strong. This is the intended behavior.
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] 9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ] 10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 crbug.com/504613 crbug.com/524248 virtual/spv2/paint/images/image-backgrounds-no t-antialiased.html [ Skip ] 83 crbug.com/504613 crbug.com/524248 virtual/spv2/paint/images/image-backgrounds-no t-antialiased.html [ Skip ]
84 crbug.com/502531 fast/borders/border-antialiasing.html [ Failure ] 84 crbug.com/502531 fast/borders/border-antialiasing.html [ Failure ]
85 85
86 crbug.com/538697 [ Win7 Debug ] virtual/threaded/printing/webgl-oversized-printi ng.html [ Crash ] 86 crbug.com/538697 [ Win7 Debug ] virtual/threaded/printing/webgl-oversized-printi ng.html [ Crash ]
87 crbug.com/538697 [ Win7 Debug ] printing/webgl-oversized-printing.html [ Crash ] 87 crbug.com/538697 [ Win7 Debug ] printing/webgl-oversized-printing.html [ Crash ]
88 88
89 # Expected to fail until OffscreenCanvas can render on the gpu 89 # Expected to fail until OffscreenCanvas can render on the gpu
90 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-strokeRect-in-worker.ht ml [ Failure ] 90 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-strokeRect-in-worker.ht ml [ Failure ]
91 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-paths-in-worker.html [ Failure ] 91 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-paths-in-worker.html [ Failure ]
92 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-transform-shadow-in-wor ker.html [ Failure ] 92 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-transform-shadow-in-wor ker.html [ Failure ]
93 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-2d-pattern-in-worker.ht ml [ Failure ]
94 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-2d-gradients-in-worker. html [ Failure ]
93 95
94 crbug.com/417782 [ Linux Win ] virtual/rootlayerscrolls/fast/scrolling/fractiona l-scroll-offset-fixed-position-non-composited.html [ Failure ] 96 crbug.com/417782 [ Linux Win ] virtual/rootlayerscrolls/fast/scrolling/fractiona l-scroll-offset-fixed-position-non-composited.html [ Failure ]
95 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vlr-005.xht [ Failure ] 97 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vlr-005.xht [ Failure ]
96 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vrl-004.xht [ Failure ] 98 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vrl-004.xht [ Failure ]
97 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-embed-002. html [ Failure ] 99 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-embed-002. html [ Failure ]
98 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-isolate-00 2.html [ Failure ] 100 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-isolate-00 2.html [ Failure ]
99 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-override-0 05.html [ Failure ] 101 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-override-0 05.html [ Failure ]
100 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-plaintext- 001.html [ Failure ] 102 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-plaintext- 001.html [ Failure ]
101 crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-html-back ground.html [ Failure ] 103 crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-html-back ground.html [ Failure ]
102 crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon-nonzero.html [ Failure ] 104 crbug.com/463358 [ Mac Linux Debug ] css3/masking/clip-path-polygon-nonzero.html [ Failure ]
(...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 1521
1520 crbug.com/604642 [ Mac ] fast/text/midword-break-after-breakable-char.html [ Fa ilure ] 1522 crbug.com/604642 [ Mac ] fast/text/midword-break-after-breakable-char.html [ Fa ilure ]
1521 1523
1522 crbug.com/605047 [ Mac10.11 Retina ] fast/text/emphasis.html [ Failure ] 1524 crbug.com/605047 [ Mac10.11 Retina ] fast/text/emphasis.html [ Failure ]
1523 1525
1524 crbug.com/605059 [ Retina ] fast/text/international/rtl-negative-letter-spacing. html [ Failure ] 1526 crbug.com/605059 [ Retina ] fast/text/international/rtl-negative-letter-spacing. html [ Failure ]
1525 1527
1526 crbug.com/606302 [ Win7 ] transforms/3d/point-mapping/3d-point-mapping-preserve- 3d.html [ Failure Pass ] 1528 crbug.com/606302 [ Win7 ] transforms/3d/point-mapping/3d-point-mapping-preserve- 3d.html [ Failure Pass ]
1527 1529
1528 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Pass Timeout ] 1530 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Pass Timeout ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698