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

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

Issue 2092953002: Enable under-invalidation checking in tests calling runAfterLayoutAndPaint() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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/resources/run-after-layout-and-paint.js » ('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 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 6 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ] 7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass Timeout Failure ]
8 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht ml [ Pass Timeout ] 8 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht ml [ Pass Timeout ]
9 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo ad.html [ Pass Failure ] 9 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo ad.html [ Pass Failure ]
10 10
(...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 crbug.com/619103 fast/repaint/background-resize-width.html [ Failure ] 1207 crbug.com/619103 fast/repaint/background-resize-width.html [ Failure ]
1208 crbug.com/619103 fast/repaint/hover-invalidation-table.html [ Failure ] 1208 crbug.com/619103 fast/repaint/hover-invalidation-table.html [ Failure ]
1209 crbug.com/619103 fast/repaint/selected-replaced.html [ Failure ] 1209 crbug.com/619103 fast/repaint/selected-replaced.html [ Failure ]
1210 crbug.com/619103 fast/table/border-collapsing/cached-change-row-border-color.htm l [ Failure ] 1210 crbug.com/619103 fast/table/border-collapsing/cached-change-row-border-color.htm l [ Failure ]
1211 crbug.com/619103 fast/table/border-collapsing/cached-change-tbody-border-color.h tml [ Failure ] 1211 crbug.com/619103 fast/table/border-collapsing/cached-change-tbody-border-color.h tml [ Failure ]
1212 crbug.com/619103 paint/invalidation/invalidate-after-composited-scroll-of-window .html [ Failure ] 1212 crbug.com/619103 paint/invalidation/invalidate-after-composited-scroll-of-window .html [ Failure ]
1213 crbug.com/619103 paint/invalidation/animated-gif.html [ Pass Failure ] 1213 crbug.com/619103 paint/invalidation/animated-gif.html [ Pass Failure ]
1214 crbug.com/619103 paint/invalidation/animated-gif-background.html [ Pass Failure ] 1214 crbug.com/619103 paint/invalidation/animated-gif-background.html [ Pass Failure ]
1215 crbug.com/619103 paint/invalidation/animated-gif-background-offscreen.html [ Pas s Failure ] 1215 crbug.com/619103 paint/invalidation/animated-gif-background-offscreen.html [ Pas s Failure ]
1216 crbug.com/619103 [ Win ] svg/text/text-viewbox-rescale.html [ Pass Failure ] 1216 crbug.com/619103 [ Win ] svg/text/text-viewbox-rescale.html [ Pass Failure ]
1217 crbug.com/619103 paint/overflow/interest-rect-change-scroll-down.html [ Failure ]
1218 crbug.com/619103 paint/selection/text-selection-newline-mixed-ltr-rtl.html [ Fai lure ]
1219 crbug.com/619103 paint/selection/text-selection-newline-rtl-double-linebreak.htm l [ Failure ]
1220 crbug.com/619103 virtual/rootlayerscrolls/fast/scrolling/background-paint-scroll ed-out-and-in.html [ Crash Timeout ]
1221 crbug.com/619103 virtual/rootlayerscrolls/fast/scrolling/background-paint-scroll ed.html [ Crash Timeout ]
1217 1222
1218 crbug.com/443596 media/sources-fallback-codecs.html [ Pass Failure ] 1223 crbug.com/443596 media/sources-fallback-codecs.html [ Pass Failure ]
1219 1224
1220 crbug.com/464736 http/tests/xmlhttprequest/ontimeout-event-override-after-failur e.html [ Pass Failure ] 1225 crbug.com/464736 http/tests/xmlhttprequest/ontimeout-event-override-after-failur e.html [ Pass Failure ]
1221 1226
1222 crbug.com/595483 [ Android ] editing/caret/caret-color.html [ Failure Crash ] 1227 crbug.com/595483 [ Android ] editing/caret/caret-color.html [ Failure Crash ]
1223 crbug.com/595483 [ Android ] fast/invalid/009.html [ Failure Crash ] 1228 crbug.com/595483 [ Android ] fast/invalid/009.html [ Failure Crash ]
1224 crbug.com/595483 [ Android ] fast/hidpi/clip-text-in-hidpi.html [ Failure Crash ] 1229 crbug.com/595483 [ Android ] fast/hidpi/clip-text-in-hidpi.html [ Failure Crash ]
1225 1230
1226 crbug.com/591500 [ Win10 ] printing/webgl-repeated-printing.html [ Failure ] 1231 crbug.com/591500 [ Win10 ] printing/webgl-repeated-printing.html [ Failure ]
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 1478
1474 crbug.com/622368 [ Linux Win Debug ] fast/repaint/obscured-background-no-repaint .html [ Pass Failure ] 1479 crbug.com/622368 [ Linux Win Debug ] fast/repaint/obscured-background-no-repaint .html [ Pass Failure ]
1475 1480
1476 crbug.com/621892 css3/filters/effect-brightness-clamping-hw.html [ Pass Failure ] 1481 crbug.com/621892 css3/filters/effect-brightness-clamping-hw.html [ Pass Failure ]
1477 crbug.com/621892 css3/filters/effect-brightness-hw.html [ Pass Failure ] 1482 crbug.com/621892 css3/filters/effect-brightness-hw.html [ Pass Failure ]
1478 crbug.com/621892 css3/filters/effect-hue-rotate-hw.html [ Pass Failure ] 1483 crbug.com/621892 css3/filters/effect-hue-rotate-hw.html [ Pass Failure ]
1479 crbug.com/621892 css3/filters/effect-saturate-hw.html [ Pass Failure ] 1484 crbug.com/621892 css3/filters/effect-saturate-hw.html [ Pass Failure ]
1480 crbug.com/621892 css3/filters/effect-sepia-hw.html [ Pass Failure ] 1485 crbug.com/621892 css3/filters/effect-sepia-hw.html [ Pass Failure ]
1481 1486
1482 crbug.com/622672 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-interrup ted-scroll.html [ Pass Failure ] 1487 crbug.com/622672 [ Mac ] virtual/threaded/fast/scroll-behavior/overflow-interrup ted-scroll.html [ Pass Failure ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/resources/run-after-layout-and-paint.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698