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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html

Issue 1626563002: Match 'i' attribute selector modifier case-insensitively (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop valueEqualsIgnoringCase Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698