Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / attribute-case-sensitivity-expected.txt
blob0ea9c1f57c2ca9029b0e33a474e8b522db6cbd8c
1 case sensitive? tag     namespace       id      attribute       namespace       first value     second value
2 Parser Tests:
3 false   p       http://www.w3.org/1999/xhtml    test1   case    undefined       first   first
4 false   foobar  http://www.w3.org/1999/xhtml    test2   case    undefined       first   first
5 true    svg     http://www.w3.org/2000/svg      test3   case    undefined       first   
6 Javascript Tests:
7 false   p       http://www.w3.org/1999/xhtml    test4   testattr        undefined       second  second
8 true    p       http://www.w3.org/1999/xhtml    test4   namespacetest   http://www.example.com/ first   second
9 true    p       http://www.w3.org/1999/xhtml    test4   href    http://www.w3.org/1999/xlink    first   second
10 false   foobar  http://www.w3.org/1999/xhtml    test5   testattr        undefined       second  second
11 true    foobar  http://www.w3.org/1999/xhtml    test5   namespacetest   http://www.example.com/ first   second
12 true    foobar  http://www.w3.org/1999/xhtml    test5   href    http://www.w3.org/1999/xlink    first   second
13 true    barbar  http://www.example.com/ test6   testattr        undefined       first   second
14 true    barbar  http://www.example.com/ test6   namespacetest   http://www.example.com/ first   second
15 true    barbar  http://www.example.com/ test6   href    http://www.w3.org/1999/xlink    first   second
16 true    svg     http://www.w3.org/2000/svg      test7   testattr        undefined       first   second
17 true    svg     http://www.w3.org/2000/svg      test7   namespacetest   http://www.example.com/ first   second
18 true    svg     http://www.w3.org/2000/svg      test7   href    http://www.w3.org/1999/xlink    first   second