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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/inline-reflow-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 4 years, 12 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
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 [200, 0, 100, 200], 9 [200, 0, 100, 200],
10 [0, 300, 300, 20], 10 [0, 300, 300, 20],
(...skipping 29 matching lines...) Expand all
40 "InlineTextBox 'AAAAAA'", 40 "InlineTextBox 'AAAAAA'",
41 "InlineTextBox 'AAAAA'", 41 "InlineTextBox 'AAAAA'",
42 "InlineTextBox 'AAAAA AAAA'", 42 "InlineTextBox 'AAAAA AAAA'",
43 "InlineTextBox 'AAAA AAA'", 43 "InlineTextBox 'AAAA AAA'",
44 "InlineTextBox 'AAA AAA AA'", 44 "InlineTextBox 'AAA AAA AA'",
45 "InlineTextBox 'AA AA AA A'", 45 "InlineTextBox 'AA AA AA A'",
46 "InlineTextBox 'A A A A'", 46 "InlineTextBox 'A A A A'",
47 "RootInlineBox", 47 "RootInlineBox",
48 "InlineTextBox 'A A A A A'", 48 "InlineTextBox 'A A A A A'",
49 "LayoutBlockFlow (positioned) DIV id='div1' class='container'", 49 "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
50 "RootInlineBox",
50 "LayoutText #text", 51 "LayoutText #text",
51 "InlineTextBox 'A A A A A AA AA'", 52 "InlineTextBox 'A A A A A AA AA'",
52 "InlineTextBox 'AA AA AAA AAA'", 53 "InlineTextBox 'AA AA AAA AAA'",
53 "InlineTextBox 'AAA AAAA AAAA'", 54 "InlineTextBox 'AAA AAAA AAAA'",
54 "InlineTextBox 'AAAAA AAAAA'", 55 "InlineTextBox 'AAAAA AAAAA'",
55 "InlineTextBox 'AAAAAA AAAAAAA'", 56 "InlineTextBox 'AAAAAA AAAAAAA'",
56 "InlineTextBox 'AAAAAA AAAAA'", 57 "InlineTextBox 'AAAAAA AAAAA'",
57 "InlineTextBox 'AAAAA AAAA AAAA'", 58 "InlineTextBox 'AAAAA AAAA AAAA'",
58 "InlineTextBox 'AAA AAA AAA AA'", 59 "InlineTextBox 'AAA AAA AAA AA'",
59 "InlineTextBox 'AA AA AA A A A'", 60 "InlineTextBox 'AA AA AA A A A'",
60 "InlineTextBox 'A A'", 61 "InlineTextBox 'A A'",
61 "LayoutBlockFlow (positioned) DIV id='div2' class='container'" 62 "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
63 "RootInlineBox"
62 ] 64 ]
63 } 65 }
64 ] 66 ]
65 } 67 }
66 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698