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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/transform-rotate-and-remove-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/transform-rotate-and-remove-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/transform-rotate-and-remove-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/transform-rotate-and-remove-expected.txt
index 86c601c002addf47717ac13aada9a7cdc544ed99..9e82e09b3383053a1dab97106182d87fb2fbaff9 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/transform-rotate-and-remove-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/transform-rotate-and-remove-expected.txt
@@ -7,12 +7,12 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='rel'",
+ "object": "LayoutBlockFlow DIV id='rel' class=''",
skobes 2016/10/14 20:41:30 The w3c test is for a class name containing space
"rect": [8, 8, 220, 70],
"reason": "subtree"
},
{
- "object": "LayoutBlockFlow DIV id='rel'",
+ "object": "LayoutBlockFlow DIV id='rel' class=''",
"rect": [20, -64, 196, 214],
"reason": "subtree"
}
@@ -21,11 +21,11 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow DIV id='rel'",
+ "object": "LayoutBlockFlow DIV id='rel' class=''",
"reason": "subtree"
},
{
- "object": "LayoutBlockFlow DIV id='rel'",
+ "object": "LayoutBlockFlow DIV id='rel' class=''",
"reason": "subtree"
}
]

Powered by Google App Engine
This is Rietveld 408576698