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

Unified Diff: LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt

Issue 14846002: Implement the Custom Elements :unresolved pseudoclass (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adds a test and fixes style sharing. Created 7 years, 8 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/dom/custom/unresolved-pseudoclass-expected.txt
diff --git a/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt b/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d7458f89e7a81ec523b338ae7339f12c38fff243
--- /dev/null
+++ b/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
@@ -0,0 +1,15 @@
+Tests the :unresolved pseudoclass.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.querySelector("x-x:unresolved") is a
+PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)"
+PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)"
+PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)"
+PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)"
+PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698