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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/syncpaint/fast/repaint/change-text-content-and-background-color-expected.txt

Issue 2674963002: Remove leftover virtual/syncpaint expectations (Closed)
Patch Set: Created 3 years, 10 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 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [30, 30, 200, 23],
10 [30, 30, 46, 23],
11 [30, 30, 42, 23],
12 [8, 8, 244, 67]
13 ],
14 "paintInvalidationClients": [
15 "RootInlineBox",
16 "InlineTextBox ''",
17 "LayoutTextControl (positioned) INPUT id='input'",
18 "LayoutBlockFlow DIV id='inner-editor'",
19 "LayoutText #text",
20 "InlineTextBox 'NEW'"
21 ]
22 }
23 ]
24 }
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698