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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-recalc-expected.txt

Issue 768533004: Make getComputedStyle optimization work for adjacent combinators. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Redistribution might change computed style. Created 6 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
« no previous file with comments | « LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/getComputedStyle/computed-style-recalc-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-recalc-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-recalc-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fcc635198025a4d7289898b092d2c6c61fdd79da
--- /dev/null
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-recalc-expected.txt
@@ -0,0 +1,12 @@
+Check that getComputedStyle causes a style recalc when necessary, and only when necessary.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.updateStyleAndReturnAffectedElementCount() is 0
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/getComputedStyle/computed-style-recalc.html ('k') | Source/core/dom/ContainerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698