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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/fast/repaint/quotes-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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 [63, 28, 9, 19],
10 [61, 28, 8, 19],
11 [17, 28, 46, 19],
12 [15, 28, 46, 19],
13 [8, 28, 784, 19],
14 [8, 28, 9, 19],
15 [8, 28, 7, 19]
16 ],
17 "paintInvalidationClients": [
18 "InlineTextBox ''",
19 "InlineTextBox ''",
20 "InlineTextBox ''",
21 "RootInlineBox",
22 "LayoutBlockFlow DIV",
23 "LayoutInline Q id='q2' class='q-changed'",
24 "LayoutInline \u003Cpseudo:before\u003E",
25 "LayoutQuote (anonymous)",
26 "LayoutTextFragment (anonymous)",
27 "InlineTextBox '{'",
28 "LayoutText #text",
29 "InlineTextBox 'quote 2'",
30 "LayoutInline \u003Cpseudo:after\u003E",
31 "LayoutQuote (anonymous)",
32 "LayoutTextFragment (anonymous)",
33 "InlineTextBox '}'"
34 ]
35 }
36 ]
37 }
38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698