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

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

Issue 1806943005: Implemented/Tested line-drawing functions in OffscreenCanvas 2D Context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits + rebase with master Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-paths-in-worker.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 crbug.com/538697 [ Win7 Debug ] virtual/threaded/printing/webgl-oversized-printi ng.html [ Crash ] 110 crbug.com/538697 [ Win7 Debug ] virtual/threaded/printing/webgl-oversized-printi ng.html [ Crash ]
111 crbug.com/538697 [ Win7 Debug ] printing/webgl-oversized-printing.html [ Crash ] 111 crbug.com/538697 [ Win7 Debug ] printing/webgl-oversized-printing.html [ Crash ]
112 112
113 crbug.com/539226 http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-c ross-origin-response-handling.html [ Timeout Pass ] 113 crbug.com/539226 http/tests/xmlhttprequest/open-in-body-onload-sync-to-invalid-c ross-origin-response-handling.html [ Timeout Pass ]
114 crbug.com/539226 [ Win ] http/tests/xmlhttprequest/open-in-body-onload-sync-to-i nvalid-redirect-response-handling.html [ Timeout Pass ] 114 crbug.com/539226 [ Win ] http/tests/xmlhttprequest/open-in-body-onload-sync-to-i nvalid-redirect-response-handling.html [ Timeout Pass ]
115 crbug.com/539226 [ Win ] http/tests/xmlhttprequest/open-in-body-onload-sync-to-i nvalid-preflight-handling.html [ Timeout Pass ] 115 crbug.com/539226 [ Win ] http/tests/xmlhttprequest/open-in-body-onload-sync-to-i nvalid-preflight-handling.html [ Timeout Pass ]
116 116
117 # Expected to fail until OffscreenCanvas can render on the gpu 117 # Expected to fail until OffscreenCanvas can render on the gpu
118 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-strokeRect-in-worker.ht ml [ Failure ] 118 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-strokeRect-in-worker.ht ml [ Failure ]
119 crbug.com/593514 virtual/gpu/fast/canvas/OffscreenCanvas-paths-in-worker.html [ Failure ]
119 120
120 crbug.com/417782 [ Linux Win ] virtual/rootlayerscrolls/fast/scrolling/fractiona l-scroll-offset-fixed-position-non-composited.html [ Failure ] 121 crbug.com/417782 [ Linux Win ] virtual/rootlayerscrolls/fast/scrolling/fractiona l-scroll-offset-fixed-position-non-composited.html [ Failure ]
121 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vlr-005.xht [ Failure ] 122 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vlr-005.xht [ Failure ]
122 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vrl-004.xht [ Failure ] 123 crbug.com/492664 [ Linux ] imported/csswg-test/css-writing-modes-3/box-offsets-r el-pos-vrl-004.xht [ Failure ]
123 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-embed-002. html [ Failure ] 124 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-embed-002. html [ Failure ]
124 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-isolate-00 2.html [ Failure ] 125 crbug.com/492664 [ Mac ] imported/csswg-test/css-writing-modes-3/bidi-isolate-00 2.html [ Failure ]
125 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-override-0 05.html [ Failure ] 126 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-override-0 05.html [ Failure ]
126 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-plaintext- 001.html [ Failure ] 127 crbug.com/492664 [ Win ] imported/csswg-test/css-writing-modes-3/bidi-plaintext- 001.html [ Failure ]
127 crbug.com/463358 crbug.com/581963 [ Linux Mac Debug ] svg/transforms/text-with-p attern-inside-transformed-html.xhtml [ Failure ] 128 crbug.com/463358 crbug.com/581963 [ Linux Mac Debug ] svg/transforms/text-with-p attern-inside-transformed-html.xhtml [ Failure ]
128 crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-html-back ground.html [ Failure ] 129 crbug.com/463358 [ Mac Linux Debug ] fast/backgrounds/transformed-body-html-back ground.html [ Failure ]
(...skipping 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ] 1384 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squash-parti al-repaint-inside-squashed-layer.html [ Failure ]
1384 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ] 1385 crbug.com/591832 [ Mac10.10 Mac10.11 Retina ] compositing/squashing/squashing-in side-preserve-3d-element.html [ Failure ]
1385 1386
1386 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ] 1387 crbug.com/591902 [ Linux Mac10.10 Mac10.11 Retina ] http/tests/security/contentT ypeOptions/nosniff-script-without-content-type-blocked.html [ Failure ]
1387 1388
1388 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ] 1389 crbug.com/592185 fast/repaint/fixed-right-in-page-scale.html [ Failure Pass ]
1389 1390
1390 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ] 1391 crbug.com/592409 inspector-protocol/debugger/stepping-with-blackboxed-ranges.htm l [ NeedsManualRebaseline ]
1391 1392
1392 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ] 1393 crbug.com/594595 [ Linux ] http/tests/security/mixedContent/websocket/insecure-w ebsocket-in-secure-page-worker-allowed.html [ Timeout Pass ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-paths-in-worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698