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

Unified Diff: LayoutTests/fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt

Issue 317143002: Revert of Remove scoped styles. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt
diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt b/LayoutTests/fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bc09f16f03bbf0793270b94d3d7c720ff8a084dd
--- /dev/null
+++ b/LayoutTests/fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt
@@ -0,0 +1,55 @@
+PASS window.internals is defined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+test a scoped style in shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+test a style in shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+test styles in multiple shadow trees.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 255)"
+test a scoped style in nested shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+PASS textColor is "rgb(0, 0, 255)"
+PASS textColor is "rgb(255, 0, 0)"
+test a style in nested shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 255)"
+PASS textColor is "rgb(0, 0, 255)"
+test changing scoped attribute online.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+test removing a scoped style from shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+test removing a style from shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+test inserting a scoped style into shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+test inserting a style into shadow tree.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+test re-inserting a style after changing scoped attribute offline.
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(255, 0, 0)"
+PASS textColor is "rgb(0, 0, 0)"
+

Powered by Google App Engine
This is Rietveld 408576698