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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/border-image-outset-change-repaint-expected.txt

Issue 1809643008: Adding or changing any of box-shadow, outline, or border-image-outset does not need a layout.. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated 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
OLDNEW
(Empty)
1 CONSOLE WARNING: Elements using the 'border-image' CSS property with no 'border- style' set should have no border, but currently do. Setting 'border-style' will be required in M51, around May 2016. See https://www.chromestatus.com/features/5 542503914668032 for more details.
2 {
3 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "repaintRects": [
10 [-13, -13, 813, 204],
11 [-13, -13, 805, 188],
12 [-13, -13, 805, 177],
13 [-13, -13, 177, 177],
14 [-97, -97, 897, 381],
15 [-97, -97, 889, 381],
16 [-97, -97, 889, 381],
17 [-97, -97, 381, 381]
18 ],
19 "paintInvalidationClients": [
20 "LayoutBlockFlow HTML",
21 "LayoutBlockFlow BODY",
22 "LayoutBlockFlow (anonymous)",
23 "RootInlineBox",
24 "LayoutBlockFlow DIV id='test'"
25 ]
26 }
27 ]
28 }
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698