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

Unified 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 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 68e0296f1804b3b1a701f9f512019e6fd8963b8b..85e6128544c8145b7e35f8bb4247e78f81caa3c7 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,10 +1,34 @@
+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"
+ }
+ ]
+}
+
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".
-FAIL Unexpected error: Uncaught TypeError: Cannot read property 'some' of undefined
-FAIL successfullyParsed should be true. Was false.
+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"}].
+PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698