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

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

Issue 793263002: Remove extraneous needsRecalc condition. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test 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
Index: LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cbf17cf376ea916863580181d9724c57f17740c1
--- /dev/null
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-redistribution-expected.txt
@@ -0,0 +1,14 @@
+Check that getComputedStyle causes a shadow re-distribution when necessary.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(d1).color is red
+PASS getComputedStyle(d2).color is green
+PASS getComputedStyle(d1).color is green
+PASS getComputedStyle(d2).color is red
+PASS successfullyParsed is true
+
+TEST COMPLETE
+A
+
« no previous file with comments | « LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698