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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win7/paint/selection/invalidation-rect-with-br-includes-newline-expected.txt

Issue 2005903002: Rebaseline for crbug.com/611462 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBR BR",
11 "rect": [24, 8, 16, 16],
12 "reason": "selection"
13 },
14 {
15 "object": "LayoutText #text",
16 "rect": [8, 24, 16, 16],
17 "reason": "selection"
18 },
19 {
20 "object": "LayoutText #text",
21 "rect": [8, 8, 16, 16],
22 "reason": "selection"
23 },
24 {
25 "object": "InlineTextBox '\n'",
26 "reason": "selection"
27 },
28 {
29 "object": "InlineTextBox 'a'",
30 "reason": "selection"
31 },
32 {
33 "object": "InlineTextBox 'b'",
34 "reason": "selection"
35 },
36 {
37 "object": "LayoutBlockFlow BODY",
38 "reason": "selection"
39 },
40 {
41 "object": "LayoutBlockFlow DIV id='container'",
42 "reason": "selection"
43 },
44 {
45 "object": "LayoutBlockFlow HTML",
46 "reason": "selection"
47 }
48 ]
49 }
50 ]
51 }
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698