blob: 213c8edad51f49b6ad56d27514a1e0da9242eeec [file] [log] [blame]
This is a testharness.js-based test.
PASS CSS <link> (utf-8) #<id> { background-image:<url> }
FAIL CSS <link> (windows-1252) #<id> { background-image:<url> } assert_equals: expected "%C3%A5" but got "%E5"
PASS CSS <style> #<id> { background-image:<url> }
PASS CSS <link> (utf-8) #<id> { border-image-source:<url> }
FAIL CSS <link> (windows-1252) #<id> { border-image-source:<url> } assert_equals: expected "%C3%A5" but got "%E5"
PASS CSS <style> #<id> { border-image-source:<url> }
PASS CSS <link> (utf-8) #<id>::before { content:<url> }
FAIL CSS <link> (windows-1252) #<id>::before { content:<url> } assert_equals: expected "%C3%A5" but got "%E5"
PASS CSS <style> #<id>::before { content:<url> }
PASS CSS <link> (utf-8) @font-face { font-family:<id>; src:<url> } #<id> { font-family:<id> }
FAIL CSS <link> (windows-1252) @font-face { font-family:<id>; src:<url> } #<id> { font-family:<id> } assert_equals: expected "%C3%A5" but got "%E5"
PASS CSS <style> @font-face { font-family:<id>; src:<url> } #<id> { font-family:<id> }
PASS CSS <link> (utf-8) #<id> { display:list-item; list-style-image:<url> }
FAIL CSS <link> (windows-1252) #<id> { display:list-item; list-style-image:<url> } assert_equals: expected "%C3%A5" but got "%E5"
PASS CSS <style> #<id> { display:list-item; list-style-image:<url> }
PASS CSS <link> (utf-8) @import <url>;
PASS CSS <link> (windows-1252) @import <url>;
PASS CSS <style> @import <url>;
PASS CSS <link> (utf-8) #<id> { cursor:<url>, pointer }
FAIL CSS <link> (windows-1252) #<id> { cursor:<url>, pointer } assert_equals: expected "%C3%A5" but got "%E5"
PASS CSS <style> #<id> { cursor:<url>, pointer }
Harness: the test ran to completion.