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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
index 85e6128544c8145b7e35f8bb4247e78f81caa3c7..e70aabecfafbbd17be586c9faceab6bd73f3e9ee 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/subpixel-shadow-included-in-invalidation-expected.txt
@@ -1,27 +1,27 @@
CONSOLE MESSAGE: line 39: {
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='box'",
- "rect": [0, 0, 102, 102],
- "reason": "style change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='box'",
- "reason": "style change"
- }
- ]
-}
-
+CONSOLE MESSAGE: line 39: "layers": [
+CONSOLE MESSAGE: line 39: {
+CONSOLE MESSAGE: line 39: "name": "LayoutView #document",
+CONSOLE MESSAGE: line 39: "bounds": [800, 600],
+CONSOLE MESSAGE: line 39: "contentsOpaque": true,
+CONSOLE MESSAGE: line 39: "drawsContent": true,
+CONSOLE MESSAGE: line 39: "paintInvalidations": [
+CONSOLE MESSAGE: line 39: {
+CONSOLE MESSAGE: line 39: "object": "LayoutBlockFlow (positioned) DIV id='box'",
+CONSOLE MESSAGE: line 39: "rect": [0, 0, 102, 102],
+CONSOLE MESSAGE: line 39: "reason": "style change"
+CONSOLE MESSAGE: line 39: }
+CONSOLE MESSAGE: line 39: ]
+CONSOLE MESSAGE: line 39: }
+CONSOLE MESSAGE: line 39: ],
+CONSOLE MESSAGE: line 39: "objectPaintInvalidations": [
+CONSOLE MESSAGE: line 39: {
+CONSOLE MESSAGE: line 39: "object": "LayoutBlockFlow (positioned) DIV id='box'",
+CONSOLE MESSAGE: line 39: "reason": "style change"
+CONSOLE MESSAGE: line 39: }
+CONSOLE MESSAGE: line 39: ]
+CONSOLE MESSAGE: line 39: }
+CONSOLE MESSAGE: line 39:
Tests whether a repaint rect encompasses box-shadow with subpixel offset when the shadow changes.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698