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

Side by Side 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: Moar^2 better Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests the :unresolved pseudoclass. 1 Tests the :unresolved pseudoclass.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS document.querySelector("x-x:unresolved") is a 6 PASS document.querySelector("x-x:unresolved") is a
7 PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)" 7 PASS window.getComputedStyle(a).color is "rgb(0, 0, 222)"
8 PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)" 8 PASS window.getComputedStyle(b).color is "rgb(0, 0, 222)"
9 PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)" 9 PASS window.getComputedStyle(b).borderColor is "rgb(0, 0, 111)"
10 PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)" 10 PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)"
11 PASS window.getComputedStyle(a).color is "rgb(0, 222, 0)"
11 PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)" 12 PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)"
13 PASS window.getComputedStyle(b).color is "rgb(0, 111, 0)"
12 PASS successfullyParsed is true 14 PASS successfullyParsed is true
13 15
14 TEST COMPLETE 16 TEST COMPLETE
15 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698