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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt

Issue 143873016: Implement style invalidation tree walk for targeted style recalc upon class change. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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: LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
diff --git a/LayoutTests/fast/events/window-onerror-07-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
similarity index 65%
copy from LayoutTests/fast/events/window-onerror-07-expected.txt
copy to LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
index da28508bd852c2ee3bca983dea8563cad41d8d99..7abc436bc5009b3325d710b85ca3b98ab3c63de0 100644
--- a/LayoutTests/fast/events/window-onerror-07-expected.txt
+++ b/LayoutTests/fast/css/invalidation/targeted-class-style-invalidation-expected.txt
@@ -1,10 +1,9 @@
-CONSOLE ERROR: line 6: Uncaught Error: An exception
-This tests that 'window.onerror' is called on the window object.
+Test that adding and removing class names only updates the elements that are affected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS thisInsideOnerror is window
+PASS internals.updateStyleAndReturnAffectedElementCount() is 3
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-class-style-invalidation.html ('k') | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698