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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/paint/invalidation/selection-after-delete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-after-delete-expected.txt b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-after-delete-expected.txt
index 9dced630e2de8135ad31d4848b515707a85c26d0..b96665fe2fa64a705bb3e5f2729a0579fd74b9c0 100644
--- a/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-after-delete-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/paint/invalidation/selection-after-delete-expected.txt
@@ -17,17 +17,17 @@
"reason": "layoutObject removal"
},
{
- "object": "LayoutBR BR",
+ "object": "LayoutBlockFlow DIV id='test'",
"rect": [38, 74, 3, 19],
"reason": "invalidate paint rectangle"
},
{
- "object": "LayoutBR BR",
+ "object": "LayoutBlockFlow DIV id='test'",
"rect": [38, 74, 3, 19],
"reason": "invalidate paint rectangle"
},
{
- "object": "LayoutBR BR",
+ "object": "LayoutBlockFlow DIV id='test'",
"rect": [38, 74, 3, 19],
"reason": "invalidate paint rectangle"
}

Powered by Google App Engine
This is Rietveld 408576698