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

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=SlimmingPaintInvalidation

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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/TestExpectations » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Expectations for SlimmingPaintInvalidation feature 1 # Expectations for SlimmingPaintInvalidation feature
2 2
3 # Rebaselined because of different clipping behavior, sometimes more accurate 3 # These tests run in virtual/spinvalidation suite.
4 # (e.g. about css clip), sometimes less accurate (e.g. when clip has transforms) 4 Bug(none) paint/invalidation [ Skip ]
5 # which doesn't matter.
6 # paint/invalidation/outline-clip-change.html
7 # paint/invalidation/scroll-in-transformed-layer.html
8 # paint/invalidation/scroll-with-transformed-parent-layer.html
9 # paint/invalidation/shift-relative-positioned-container-with-image-addition.htm l
10
11 # Rebaselined: We use FrameView::x() and FrameView::y() which are integers to
12 # generate FrameViewpreTranslation, but the old path uses offsets in the layout tree.
13 # paint/invalidation/repaint-during-scroll-with-zoom.html
14
15 # Rebaselined because we expand local paint invalidation rect to whole pixels
16 # before mapping it to backing so it may cover extra pixels causing incremental
17 # invalidation not applicable.
18 # paint/invalidation/border-radius-repaint-2.html
19 # paint/invalidation/flexbox/repaint-rtl-column.html
20 # paint/invalidation/flexbox/repaint.html
21 # paint/invalidation/line-flow-with-floats-4.html
22 # paint/invalidation/line-flow-with-floats-5.html
23 # paint/invalidation/window-resize-percent-html.html
24
25 # Rebaselined paint/invalidation/svg because we do more accurate pixel snapping
26 # for SVGRoot instead of enclosingIntRect() on SVGRoot during rect mapping.
27 5
28 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html [ Failure ] 6 crbug.com/648274 fast/multicol/span/abspos-containing-block-outside-spanner.html [ Failure ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698