Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / selection / invalidation-rect-with-br-includes-newline-expected.txt
blobeac19303ba386c63ef95ee258816d2adef3554ad
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [24, 8, 16, 16],
10         [8, 24, 16, 16],
11         [8, 8, 16, 16]
12       ],
13       "paintInvalidationClients": [
14         "LayoutBlockFlow HTML",
15         "LayoutBlockFlow BODY",
16         "LayoutBlockFlow DIV id='container'",
17         "LayoutText #text",
18         "InlineTextBox 'a'",
19         "LayoutBR BR",
20         "InlineTextBox '\n'",
21         "LayoutText #text",
22         "InlineTextBox 'b'"
23       ]
24     }
25   ]