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

Side by Side 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, 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
(Empty)
1 Tests the :unresolved pseudoclass.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.querySelector("x-x:unresolved") is a
7 PASS window.getComputedStyle(a).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)"
10 PASS window.getComputedStyle(c).color is "rgb(0, 222, 0)"
11 PASS window.getComputedStyle(d).color is "rgb(0, 111, 0)"
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698