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

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

Issue 252683011: Add support for case-insensitive attribute value selectors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add runtime flag; fix selector serializing Created 6 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
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