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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-6278-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 [304, 138, 2, 215], 9 [304, 138, 2, 215],
10 [254, 138, 52, 235], 10 [254, 138, 52, 235],
(...skipping 18 matching lines...) Expand all
29 "InlineTextBox 'Curabitur pretium, quam quis semper'", 29 "InlineTextBox 'Curabitur pretium, quam quis semper'",
30 "InlineTextBox 'malesuada, est libero feugiat libero, vel fringilla'", 30 "InlineTextBox 'malesuada, est libero feugiat libero, vel fringilla'",
31 "InlineTextBox 'orci nibh sed neque. Quisque eu nulla non nisi'", 31 "InlineTextBox 'orci nibh sed neque. Quisque eu nulla non nisi'",
32 "InlineTextBox 'molestie accumsan. Etiam tellus urna, laoreet ac,'", 32 "InlineTextBox 'molestie accumsan. Etiam tellus urna, laoreet ac,'",
33 "InlineTextBox 'laoreet non, suscipit sed, sapien. Phasellus'", 33 "InlineTextBox 'laoreet non, suscipit sed, sapien. Phasellus'",
34 "InlineTextBox 'vehicula, sem at posuere vehicula, augue nibh'", 34 "InlineTextBox 'vehicula, sem at posuere vehicula, augue nibh'",
35 "InlineTextBox 'molestie nisl, nec ullamcorper lacus ante'", 35 "InlineTextBox 'molestie nisl, nec ullamcorper lacus ante'",
36 "InlineTextBox 'vulputate pede.'", 36 "InlineTextBox 'vulputate pede.'",
37 "LayoutTableCell TD id='col1'", 37 "LayoutTableCell TD id='col1'",
38 "LayoutBlockFlow DIV", 38 "LayoutBlockFlow DIV",
39 "RootInlineBox",
39 "LayoutText #text", 40 "LayoutText #text",
40 "InlineTextBox 'Curabitur pretium, quam quis semper'", 41 "InlineTextBox 'Curabitur pretium, quam quis semper'",
41 "InlineTextBox 'malesuada, est libero feugiat libero, vel'", 42 "InlineTextBox 'malesuada, est libero feugiat libero, vel'",
42 "InlineTextBox 'fringilla orci nibh sed neque. Quisque eu'", 43 "InlineTextBox 'fringilla orci nibh sed neque. Quisque eu'",
43 "InlineTextBox 'nulla non nisi molestie accumsan. Etiam'", 44 "InlineTextBox 'nulla non nisi molestie accumsan. Etiam'",
44 "InlineTextBox 'tellus urna, laoreet ac, laoreet non,'", 45 "InlineTextBox 'tellus urna, laoreet ac, laoreet non,'",
45 "InlineTextBox 'suscipit sed, sapien. Phasellus vehicula,'", 46 "InlineTextBox 'suscipit sed, sapien. Phasellus vehicula,'",
46 "InlineTextBox 'sem at posuere vehicula, augue nibh'", 47 "InlineTextBox 'sem at posuere vehicula, augue nibh'",
47 "InlineTextBox 'molestie nisl, nec ullamcorper lacus ante'", 48 "InlineTextBox 'molestie nisl, nec ullamcorper lacus ante'",
48 "InlineTextBox 'vulputate pede.'", 49 "InlineTextBox 'vulputate pede.'",
49 "LayoutBlockFlow DIV", 50 "LayoutBlockFlow DIV",
50 "LayoutTableCell TD id='target'" 51 "LayoutTableCell TD id='target'"
51 ] 52 ]
52 } 53 }
53 ] 54 ]
54 } 55 }
55 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698