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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/spinvalidation/paint/invalidation/select-option-background-color-expected.txt

Issue 2543293002: Add virtual/spinvalidation/paint/invalidation test suite (Closed)
Patch Set: Rebaseline virtual/spinvalidation/paint/invalidation/select-option-background-color.html Created 4 years 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/platform/mac/virtual/spinvalidation/paint/invalidation/select-option-background-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/spinvalidation/paint/invalidation/select-option-background-color-expected.txt
similarity index 59%
copy from third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt
copy to third_party/WebKit/LayoutTests/platform/mac/virtual/spinvalidation/paint/invalidation/select-option-background-color-expected.txt
index b441e7e19224edb9c5d466dd7ee172b03f8093ab..25617f4130e6e024fd18e9c0803c653875837864 100644
--- a/third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/stroke-opacity-update-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/spinvalidation/paint/invalidation/select-option-background-color-expected.txt
@@ -7,8 +7,8 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutSVGEllipse circle",
- "rect": [-1, -1, 204, 204],
+ "object": "LayoutBlockFlow OPTION id='option'",
+ "rect": [1, 35, 11, 15],
"reason": "style change"
}
]
@@ -16,7 +16,11 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutSVGEllipse circle",
+ "object": "LayoutBlockFlow OPTION id='option'",
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698