Index: third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html |
diff --git a/third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html b/third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html |
index 96326d5d133e01ecbab7e80c230437364ed8ff77..9dd8c00a3228694299979c3d8bb3d236a52c1175 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html |
+++ b/third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html |
@@ -7,7 +7,10 @@ |
div[attr2="upper"] { border-right-color: yellow } |
div[attr2="UPPER"] { border-right-color: green } |
div[attr3="lower" i] { border-bottom-color: green } |
- div[attr4="UPPER" i] { border-left-color: green } |
+ div[attr4="UPPER" I] { border-left-color: green } |
+ div[attr4="UPPER" \0130] { border-left-color: yellow } |
+ div[attr4="UPPER" \0131] { border-left-color: yellow } |
+ div[attr4="UPPER" i\0i] { border-left-color: yellow } |
div[attr-list~="BaR" i] { border: 2px solid green; } |
div[attr-hyphen|="FoO" i] { border: 2px solid green; } |