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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/add-first-line-style-expected.html

Issue 2728383002: Make ::first-line invalidation work when added or removed. (Closed)
Patch Set: Fixed review issues. Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/invalidation/remove-first-line-style-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/invalidation/add-first-line-style-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/add-first-line-style-expected.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/add-first-line-style-expected.html
index 5d83472f0b2ce9a1e41442f2cce330fcf5f3b9c1..cb57bef6ab9432d726991586b996219397e30fd9 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/add-first-line-style-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/add-first-line-style-expected.html
@@ -1,4 +1,2 @@
<!DOCTYPE html>
-<!-- This expectation is wrong because of crbug.com/564239.
- Correct expectation should be with style="color: green". -->
-<div>This text should be green.</div>
+<div style="color: green">This text should be green.</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/invalidation/remove-first-line-style-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698