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

Unified 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: Move zero-initialization of m_bits to RareData constructor (explicitly). Created 6 years, 5 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..415ac1eb7db254e06271568ab612b0c32b40b9b3
--- /dev/null
+++ b/LayoutTests/fast/css/attribute-selector-case-insensitive-expected.txt
@@ -0,0 +1,34 @@
+Testing exact attribute selector.
+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)'
+Testing list attribute selector.
+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)'
+Testing hyphen attribute selector.
+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)'
+Testing begin attribute selector.
+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)'
+Testing end attribute selector.
+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)'
+Testing contains attribute selector.
+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 all elements borders are all green, not red.

Powered by Google App Engine
This is Rietveld 408576698