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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt

Issue 2836143003: Invalidate border/outline on color change only if they use current color (Closed)
Patch Set: rebaselined Created 3 years, 8 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/outline-current-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..89c17e74dc22b7e24eea154fce73a0c0041fa3a0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/outline-current-color-expected.txt
@@ -0,0 +1,24 @@
+{
+ "layers": [
+ {
+ "name": "LayoutView #document",
+ "bounds": [800, 600],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='currentColor'",
+ "rect": [48, 190, 120, 120],
+ "reason": "style change"
+ }
+ ]
+ }
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='currentColor'",
+ "reason": "style change"
+ }
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698