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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt

Issue 2402833002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 CONSOLE MESSAGE: line 39: {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='box'",
11 "rect": [0, 0, 102, 102],
12 "reason": "style change"
13 }
14 ]
15 }
16 ],
17 "objectPaintInvalidations": [
18 {
19 "object": "LayoutBlockFlow (positioned) DIV id='box'",
20 "reason": "style change"
21 }
22 ]
23 }
24
1 Tests whether a repaint rect encompasses box-shadow with subpixel offset when th e shadow changes. 25 Tests whether a repaint rect encompasses box-shadow with subpixel offset when th e shadow changes.
2 26
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 27 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 28
5 29
6 FAIL Unexpected error: Uncaught TypeError: Cannot read property 'some' of undefi ned 30 FAIL Subpixel shadow [1.4,1.4,100,100] was not repainted. Repaint rects were [{" object":"LayoutBlockFlow (positioned) DIV id='box'","rect":[0,0,102,102],"reason ":"style change"}].
7 FAIL successfullyParsed should be true. Was false. 31 PASS successfullyParsed is true
8 32
9 TEST COMPLETE 33 TEST COMPLETE
10 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698