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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt

Issue 1461773002: Ensure text nodes get an object if we're unsure that they will be collapsed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 5 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/linux/css3/flexbox/repaint-on-layout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt
index 8f86e6e958ceea401c1df07029a3ed940b90048d..82d3ce0f8cf63b785b4dbcf88c1165ab5f9f27d0 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt
@@ -12,9 +12,9 @@
"paintInvalidationClients": [
"LayoutBlockFlow DIV id='badge'",
"InlineBox",
- "LayoutText #text",
"RootInlineBox",
- "LayoutBlockFlow (floating) DIV class='state'"
+ "LayoutBlockFlow (floating) DIV class='state'",
+ "LayoutText #text"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698