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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt
diff --git a/LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt b/LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4d6c51016c31784a1d527b7a9956689393cfa654
--- /dev/null
+++ b/LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt
@@ -0,0 +1,8 @@
+PASS window.getComputedStyle(element).borderTopColor is 'rgb(0, 128, 0)'
+PASS window.getComputedStyle(element).borderRightColor is 'rgb(0, 128, 0)'
+PASS window.getComputedStyle(element).borderBottomColor is 'rgb(0, 128, 0)'
+PASS window.getComputedStyle(element).borderLeftColor is 'rgb(0, 128, 0)'
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS if this element's border is all green, not red.

Powered by Google App Engine
This is Rietveld 408576698