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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-after-delete-expected.txt

Issue 1536663004: Need to repaint its ::first-line background when a block moves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Two tests even need manual rebaseline, since they already existed in TestExpectations. Created 5 years 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [39, 79, 142, 99], 9 [39, 79, 142, 99],
10 [38, 100, 152, 80], 10 [38, 100, 152, 80],
(...skipping 13 matching lines...) Expand all
24 "InlineTextBox 'hello'", 24 "InlineTextBox 'hello'",
25 "LayoutText #text", 25 "LayoutText #text",
26 "RootInlineBox", 26 "RootInlineBox",
27 "RootInlineBox", 27 "RootInlineBox",
28 "RootInlineBox", 28 "RootInlineBox",
29 "RootInlineBox", 29 "RootInlineBox",
30 "InlineTextBox '\n'", 30 "InlineTextBox '\n'",
31 "RootInlineBox", 31 "RootInlineBox",
32 "LayoutBlockFlow DIV id='test'", 32 "LayoutBlockFlow DIV id='test'",
33 "LayoutBlockFlow DIV id='test'", 33 "LayoutBlockFlow DIV id='test'",
34 "RootInlineBox",
34 "LayoutBR BR", 35 "LayoutBR BR",
35 "InlineTextBox '\n'", 36 "InlineTextBox '\n'",
36 "LayoutBlockFlow DIV id='test'" 37 "LayoutBlockFlow DIV id='test'"
37 ] 38 ]
38 } 39 }
39 ] 40 ]
40 } 41 }
41 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698