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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/iframe-display-none-to-display-block-expected.txt

Issue 2860433002: Update WebView/FrameView size from LayoutView::UpdateAfterLayout (Closed)
Patch Set: s/IsLocalRoot/IsMainFrame/ Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutIFrame IFRAME id='iframe'",
11 "rect": [8, 68, 732, 94],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutView #document",
16 "rect": [10, 70, 728, 90],
17 "reason": "style change"
18 }
19 ]
20 }
21 ],
22 "objectPaintInvalidations": [
23 {
24 "object": "LayoutIFrame IFRAME id='iframe'",
25 "reason": "layoutObject insertion"
26 },
27 {
28 "object": "LayoutView #document",
29 "reason": "style change"
30 },
31 {
32 "object": "LayoutBlockFlow HTML",
33 "reason": "layoutObject insertion"
34 },
35 {
36 "object": "LayoutBlockFlow BODY",
37 "reason": "layoutObject insertion"
38 }
39 ]
40 }
41
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/resize-iframe-text-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698