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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt

Issue 2401363003: Use anchor node, rather than current selected node, to check editability. (Closed)
Patch Set: Feedback. 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/platform/linux/paint/invalidation/selection-after-delete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt
index ced20e9c91844456ab4168546ff8cd4b2a9bb9eb..eb5e0277003e36fb1ade2498c676260f5042b75c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-delete-expected.txt
@@ -17,17 +17,17 @@
"reason": "layoutObject removal"
},
{
- "object": "LayoutBR BR",
+ "object": "LayoutBlockFlow DIV id='test'",
"rect": [38, 78, 3, 21],
"reason": "invalidate paint rectangle"
},
{
- "object": "LayoutBR BR",
+ "object": "LayoutBlockFlow DIV id='test'",
"rect": [38, 78, 3, 21],
"reason": "invalidate paint rectangle"
},
{
- "object": "LayoutBR BR",
+ "object": "LayoutBlockFlow DIV id='test'",
"rect": [38, 78, 3, 21],
"reason": "invalidate paint rectangle"
}

Powered by Google App Engine
This is Rietveld 408576698