| Index: chrome_frame/test/html_util_test_data/multiple_tags.html
|
| ===================================================================
|
| --- chrome_frame/test/html_util_test_data/multiple_tags.html (revision 0)
|
| +++ chrome_frame/test/html_util_test_data/multiple_tags.html (revision 0)
|
| @@ -0,0 +1,17 @@
|
| +<HTML><HEAD>
|
| +
|
| + <META http-equiv="X-UA-Compatible" CONtent="chrome=1" />
|
| + <META http-equiv="X-UA-Compatible" content="chrome=1" />
|
| + <METAman http-equiv="X-UA-Compatible" CONtent="notchrome=1" />
|
| + <transMETA http-equiv="X-UA-Compatible" CONtent="notchrome=1" />
|
| + <IMETAGIRL http-equiv="X-UA-Compatible" CONtent="notchrome=1" />
|
| + <metA http-equiv="X-UA-Compatible" content="chrome=1" />
|
| + <!-- shouldn't pick up commented meta tags! -->
|
| + <!-- <metA http-equiv="X-UA-Compatible" content="chrome=1" /> -->
|
| +
|
| + <!-- The following cases should also not be matched -->
|
| + <meta http-equiv="X-UA-Compatibleeee" content="chrome=1" />
|
| + <meta http-equiv="X-UA-Compatible!" content="chrome=1" />
|
| + <meta http-equiv="!X-UA-Compatible" content="chrome=1" />
|
| + <meta http-equiv="\"X-UA-Compatible\"" content="chrome=1" />
|
| +<fee>
|
|
|