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. |