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

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

Issue 2678043002: Hide console log messages for imported WPT tests (Closed)
Patch Set: filter console messages in content_shell rather than python Created 3 years, 9 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: { 1 CONSOLE MESSAGE: line 39: {
2 "layers": [ 2 CONSOLE MESSAGE: line 39: "layers": [
3 { 3 CONSOLE MESSAGE: line 39: {
4 "name": "LayoutView #document", 4 CONSOLE MESSAGE: line 39: "name": "LayoutView #document",
5 "bounds": [800, 600], 5 CONSOLE MESSAGE: line 39: "bounds": [800, 600],
6 "contentsOpaque": true, 6 CONSOLE MESSAGE: line 39: "contentsOpaque": true,
7 "drawsContent": true, 7 CONSOLE MESSAGE: line 39: "drawsContent": true,
8 "paintInvalidations": [ 8 CONSOLE MESSAGE: line 39: "paintInvalidations": [
9 { 9 CONSOLE MESSAGE: line 39: {
10 "object": "LayoutBlockFlow (positioned) DIV id='box'", 10 CONSOLE MESSAGE: line 39: "object": "LayoutBlockFlow (positioned) DIV id='box'",
11 "rect": [0, 0, 102, 102], 11 CONSOLE MESSAGE: line 39: "rect": [0, 0, 102, 102],
12 "reason": "style change" 12 CONSOLE MESSAGE: line 39: "reason": "style change"
13 } 13 CONSOLE MESSAGE: line 39: }
14 ] 14 CONSOLE MESSAGE: line 39: ]
15 } 15 CONSOLE MESSAGE: line 39: }
16 ], 16 CONSOLE MESSAGE: line 39: ],
17 "objectPaintInvalidations": [ 17 CONSOLE MESSAGE: line 39: "objectPaintInvalidations": [
18 { 18 CONSOLE MESSAGE: line 39: {
19 "object": "LayoutBlockFlow (positioned) DIV id='box'", 19 CONSOLE MESSAGE: line 39: "object": "LayoutBlockFlow (positioned) DIV id=' box'",
20 "reason": "style change" 20 CONSOLE MESSAGE: line 39: "reason": "style change"
21 } 21 CONSOLE MESSAGE: line 39: }
22 ] 22 CONSOLE MESSAGE: line 39: ]
23 } 23 CONSOLE MESSAGE: line 39: }
24 24 CONSOLE MESSAGE: line 39:
25 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.
26 26
27 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 ".
28 28
29 29
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"}]. 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"}].
31 PASS successfullyParsed is true 31 PASS successfullyParsed is true
32 32
33 TEST COMPLETE 33 TEST COMPLETE
34 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698