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

Side by Side Diff: LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt

Issue 330043003: Add support for case-insensitive attribute value selectors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make union w/ m_attributeFlags and nth-state; Return enum type. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
2 PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
3 PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
4 PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
5 PASS successfullyParsed is true
6
7 TEST COMPLETE
8 PASS if this element's border is all green, not red.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698