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

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

Issue 14626005: Upgrade elements that are created before a custom element definition is registered (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback+test 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
« no previous file with comments | « LayoutTests/fast/dom/custom/unresolved-pseudoclass.html ('k') | Source/bindings/v8/CustomElementHelpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index d7458f89e7a81ec523b338ae7339f12c38fff243..0da2bc1f70d77b13ba49475939aa495299d04dc1 100644
--- a/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
+++ b/LayoutTests/fast/dom/custom/unresolved-pseudoclass-expected.txt
@@ -8,7 +8,9 @@ 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(a).color is "rgb(0, 222, 0)"
PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)"
+PASS window.getComputedStyle(b).color is "rgb(0, 111, 0)"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/custom/unresolved-pseudoclass.html ('k') | Source/bindings/v8/CustomElementHelpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698