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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/do-not-paint-below-image-baseline-expected.txt

Issue 2402223002: Fix class name which has only space (Closed)
Patch Set: Fix layout tests 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/do-not-paint-below-image-baseline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/do-not-paint-below-image-baseline-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/do-not-paint-below-image-baseline-expected.txt
index 9e0c8ac9e9b9516e84cee9560a8175c6462f8cd3..980fc0a64488a14bb78a3b2ce0305ff22d837840 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/do-not-paint-below-image-baseline-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/do-not-paint-below-image-baseline-expected.txt
@@ -7,7 +7,7 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutImage IMG",
+ "object": "LayoutImage IMG class=''",
"rect": [50, 50, 259, 194],
"reason": "style change"
}
@@ -16,7 +16,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutImage IMG",
+ "object": "LayoutImage IMG class=''",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698