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

Side by Side Diff: LayoutTests/platform/win/virtual/spv2/fast/repaint/relative-inline-positioned-movement-repaint-expected.txt

Issue 1322613002: Auto-rebaseline for r201339 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [69, 8, 372, 18],
10 [68, 7, 374, 19],
11 [29, 8, 372, 18],
12 [28, 7, 374, 19],
13 [8, 7, 784, 19]
14 ],
15 "paintInvalidationClients": [
16 "InlineTextBox 'When this layer moves it shouldn't generate a repaint re ct.'",
17 "InlineFlowBox",
18 "RootInlineBox",
19 "LayoutBlockFlow BODY",
20 "LayoutInline (relative positioned) DIV id='block'",
21 "InlineFlowBox",
22 "LayoutText #text",
23 "InlineTextBox 'When this layer moves it shouldn't generate a repaint re ct.'"
24 ]
25 }
26 ]
27 }
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698