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

Unified Diff: LayoutTests/fast/css/invalidation/explicit-inheritance-flag-expected.txt

Issue 1133263003: Maintain child dependent ComputedStyle flags if propagation stops. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalidation/explicit-inheritance-flag-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/explicit-inheritance-flag-expected.txt b/LayoutTests/fast/css/invalidation/explicit-inheritance-flag-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..955d5c628747ccb35d6c569b127e65c251ab7ff8
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/explicit-inheritance-flag-expected.txt
@@ -0,0 +1,12 @@
+Explicit inheritance of non-inherited property. Test that the explicitInherit flag in ComputedStyle is maintained correctly.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(root.querySelector('span')).maxHeight is "100px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/invalidation/explicit-inheritance-flag.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698