Auto merge of #16589 - servo:cssparserup, r=emilio

Update to cssparser 0.13

https://github.com/servo/rust-cssparser/pull/140

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16589)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-04-24 18:47:00 -05:00 committed by GitHub
commit e3e10ada09
53 changed files with 42 additions and 180 deletions

34
Cargo.lock generated
View file

@ -281,7 +281,7 @@ version = "0.0.1"
dependencies = [ dependencies = [
"azure 0.15.0 (git+https://github.com/servo/rust-azure)", "azure 0.15.0 (git+https://github.com/servo/rust-azure)",
"canvas_traits 0.0.1", "canvas_traits 0.0.1",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gleam 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@ -296,7 +296,7 @@ dependencies = [
name = "canvas_traits" name = "canvas_traits"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -511,10 +511,10 @@ dependencies = [
[[package]] [[package]]
name = "cssparser" name = "cssparser"
version = "0.12.1" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"cssparser-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
@ -526,7 +526,7 @@ dependencies = [
[[package]] [[package]]
name = "cssparser-macros" name = "cssparser-macros"
version = "0.2.0" version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
@ -937,7 +937,7 @@ name = "geckoservo"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1359,7 +1359,7 @@ dependencies = [
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"canvas_traits 0.0.1", "canvas_traits 0.0.1",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx 0.0.1", "gfx 0.0.1",
@ -1666,7 +1666,7 @@ name = "msg"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2244,7 +2244,7 @@ dependencies = [
"caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"cookie 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"deny_public_fields 0.0.1", "deny_public_fields 0.0.1",
"devtools_traits 0.0.1", "devtools_traits 0.0.1",
"dom_struct 0.0.1", "dom_struct 0.0.1",
@ -2314,7 +2314,7 @@ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"canvas_traits 0.0.1", "canvas_traits 0.0.1",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gfx_traits 0.0.1", "gfx_traits 0.0.1",
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2385,7 +2385,7 @@ name = "selectors"
version = "0.18.0" version = "0.18.0"
dependencies = [ dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"precomputed-hash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "precomputed-hash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2735,7 +2735,7 @@ dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2774,7 +2774,7 @@ name = "style_tests"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"html5ever-atoms 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever-atoms 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2793,7 +2793,7 @@ name = "style_traits"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "heapsize_derive 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2806,7 +2806,7 @@ name = "stylo_tests"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"geckoservo 0.0.1", "geckoservo 0.0.1",
@ -3359,8 +3359,8 @@ dependencies = [
"checksum core-foundation-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41115a6aa5d3e1e5ef98148373f25971d1fad53818553f216495f9e67e90a624" "checksum core-foundation-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41115a6aa5d3e1e5ef98148373f25971d1fad53818553f216495f9e67e90a624"
"checksum core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ead017dcf77f503dc991f6b52de6084eeea60a94b0a652baa9bf88654a28e83f" "checksum core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ead017dcf77f503dc991f6b52de6084eeea60a94b0a652baa9bf88654a28e83f"
"checksum core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9719616a10f717628e074744f8c55df7b450f7a34d29c196d14f4498aad05d" "checksum core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9719616a10f717628e074744f8c55df7b450f7a34d29c196d14f4498aad05d"
"checksum cssparser 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35e3e110221f306501253d8d34857040de365ce2d92ac0abb2f06dedc845d9d0" "checksum cssparser 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b39404c5e04492194e3c69f1a10964b980f2c95c884a940f7903446779f6b027"
"checksum cssparser-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f0415de0bdbce823c0db204e00a62c8240fa2d3e04cd13ff7c6396e4446b95" "checksum cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "079adec4af52bb5275eadd004292028c79eb3c5f5b4ee8086a36d4197032f6df"
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
"checksum dbus 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47f881971824401c27bc1ff9f641d54ac66e0f409631806fa7be8cad8e6be450" "checksum dbus 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47f881971824401c27bc1ff9f641d54ac66e0f409631806fa7be8cad8e6be450"
"checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3" "checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"

View file

@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies] [dependencies]
azure = {git = "https://github.com/servo/rust-azure"} azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"} canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1" cssparser = "0.13"
euclid = "0.11" euclid = "0.11"
gleam = "0.4" gleam = "0.4"
ipc-channel = "0.7" ipc-channel = "0.7"

View file

@ -10,7 +10,7 @@ name = "canvas_traits"
path = "lib.rs" path = "lib.rs"
[dependencies] [dependencies]
cssparser = "0.12.1" cssparser = "0.13"
euclid = "0.11" euclid = "0.11"
heapsize = "0.3.0" heapsize = "0.3.0"
heapsize_derive = "0.1" heapsize_derive = "0.1"

View file

@ -14,7 +14,7 @@ app_units = "0.4"
atomic_refcell = "0.1" atomic_refcell = "0.1"
bitflags = "0.7" bitflags = "0.7"
canvas_traits = {path = "../canvas_traits"} canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1" cssparser = "0.13"
euclid = "0.11" euclid = "0.11"
fnv = "1.0" fnv = "1.0"
gfx = {path = "../gfx"} gfx = {path = "../gfx"}

View file

@ -11,7 +11,7 @@ path = "lib.rs"
[dependencies] [dependencies]
bitflags = "0.7" bitflags = "0.7"
cssparser = "0.12.1" cssparser = "0.13"
heapsize = "0.3.0" heapsize = "0.3.0"
heapsize_derive = "0.1" heapsize_derive = "0.1"
serde = "0.9" serde = "0.9"

View file

@ -35,7 +35,7 @@ byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"} canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0" caseless = "0.1.0"
cookie = "0.6" cookie = "0.6"
cssparser = "0.12.1" cssparser = "0.13"
deny_public_fields = {path = "../deny_public_fields"} deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"} devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"} dom_struct = {path = "../dom_struct"}

View file

@ -13,7 +13,7 @@ path = "lib.rs"
app_units = "0.4" app_units = "0.4"
atomic_refcell = "0.1" atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"} canvas_traits = {path = "../canvas_traits"}
cssparser = "0.12.1" cssparser = "0.13"
euclid = "0.11" euclid = "0.11"
gfx_traits = {path = "../gfx_traits"} gfx_traits = {path = "../gfx_traits"}
heapsize = "0.3.0" heapsize = "0.3.0"

View file

@ -18,7 +18,7 @@ path = "lib.rs"
[dependencies] [dependencies]
bitflags = "0.7" bitflags = "0.7"
matches = "0.1" matches = "0.1"
cssparser = "0.12.1" cssparser = "0.13"
fnv = "1.0" fnv = "1.0"
precomputed-hash = "0.1" precomputed-hash = "0.1"
smallvec = "0.3" smallvec = "0.3"

View file

@ -29,7 +29,7 @@ bitflags = "0.7"
bit-vec = "0.4.3" bit-vec = "0.4.3"
byteorder = "1.0" byteorder = "1.0"
cfg-if = "0.1.0" cfg-if = "0.1.0"
cssparser = "0.12.1" cssparser = "0.13.1"
encoding = {version = "0.2", optional = true} encoding = {version = "0.2", optional = true}
euclid = "0.11" euclid = "0.11"
fnv = "1.0" fnv = "1.0"

View file

@ -841,7 +841,7 @@ impl PropertyId {
// FIXME(https://github.com/rust-lang/rust/issues/33156): remove this enum and use PropertyId // FIXME(https://github.com/rust-lang/rust/issues/33156): remove this enum and use PropertyId
// when stable Rust allows destructors in statics. // when stable Rust allows destructors in statics.
enum StaticId { pub enum StaticId {
Longhand(LonghandId), Longhand(LonghandId),
Shorthand(ShorthandId), Shorthand(ShorthandId),
} }

View file

@ -15,7 +15,7 @@ servo = ["heapsize", "heapsize_derive", "serde", "serde_derive",
[dependencies] [dependencies]
app_units = "0.4" app_units = "0.4"
cssparser = "0.12.1" cssparser = "0.13"
euclid = "0.11" euclid = "0.11"
heapsize = {version = "0.3.0", optional = true} heapsize = {version = "0.3.0", optional = true}
heapsize_derive = {version = "0.1", optional = true} heapsize_derive = {version = "0.1", optional = true}

View file

@ -16,7 +16,7 @@ gecko_debug = ["style/gecko_debug"]
[dependencies] [dependencies]
atomic_refcell = "0.1" atomic_refcell = "0.1"
cssparser = "0.12.1" cssparser = "0.13"
env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size
libc = "0.2" libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]} log = {version = "0.3.5", features = ["release_max_level_info"]}

View file

@ -14,7 +14,7 @@ testing = ["style/testing"]
[dependencies] [dependencies]
app_units = "0.4" app_units = "0.4"
cssparser = "0.12.1" cssparser = "0.13"
euclid = "0.11" euclid = "0.11"
html5ever-atoms = "0.3" html5ever-atoms = "0.3"
parking_lot = "0.3" parking_lot = "0.3"

View file

@ -16,7 +16,7 @@ testing = ["style/testing"]
[dependencies] [dependencies]
atomic_refcell = "0.1" atomic_refcell = "0.1"
cssparser = "0.12.1" cssparser = "0.13"
env_logger = "0.4" env_logger = "0.4"
euclid = "0.11" euclid = "0.11"
libc = "0.2" libc = "0.2"

View file

@ -2,4 +2,3 @@
type: reftest type: reftest
expected: expected:
if os == "linux": FAIL if os == "linux": FAIL

View file

@ -0,0 +1,3 @@
[t424-hsl-parsing-f.htm]
type: reftest
expected: FAIL

View file

@ -0,0 +1,3 @@
[t425-hsla-parsing-f.htm]
type: reftest
expected: FAIL

View file

@ -2,4 +2,3 @@
type: reftest type: reftest
expected: expected:
if os == "linux": FAIL if os == "linux": FAIL

View file

@ -2,4 +2,3 @@
type: reftest type: reftest
expected: expected:
if os == "linux": FAIL if os == "linux": FAIL

View file

@ -1,4 +1,5 @@
[css3-selectors-lang-014.htm] [css3-selectors-lang-014.htm]
type: testharness type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.] [A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL expected: FAIL

View file

@ -2,3 +2,4 @@
type: testharness type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.] [A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL expected: FAIL

View file

@ -2,3 +2,4 @@
type: testharness type: testharness
[A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.] [A :lang value with language and region subtags will NOT match a lang attribute value with language, script and region subtags.]
expected: FAIL expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-1.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-2.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-2]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-3.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-3]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-4.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-4]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-5.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-5]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-6.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-6]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-7.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-7]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-8.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-8]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsl-9.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsl-9]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-1.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-2.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-2]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-3.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-3]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-4.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-4]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-5.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-5]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-6.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-6]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-7.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-7]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-8.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-8]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-hsla-9.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-hsla-9]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgb-1.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgb-1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgb-2.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgb-2]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgb-3.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgb-3]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgb-4.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgb-4]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgb-5.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgb-5]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgb-6.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgb-6]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgba-1.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgba-1]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgba-3.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgba-3]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgba-4.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgba-4]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgba-5.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgba-5]
expected: FAIL

View file

@ -1,5 +0,0 @@
[2d.fillStyle.parse.css-color-4-rgba-6.html]
type: testharness
[Canvas test: 2d.fillStyle.parse.css-color-4-rgba-6]
expected: FAIL

View file

@ -2,3 +2,4 @@
type: testharness type: testharness
[new Document(): URL parsing] [new Document(): URL parsing]
expected: FAIL expected: FAIL

View file

@ -1,6 +1,6 @@
[methods.html] [methods.html]
type: testharness type: testharness
[WebGL test #0: Property either does not exist or is not a function: getAttachedShaders] [WebGL test #0: Property either does not exist or is not a function: getAttachedShaders]
expected: FAIL expected: FAIL
[WebGL test #1: Property either does not exist or is not a function: getFramebufferAttachmentParameter] [WebGL test #1: Property either does not exist or is not a function: getFramebufferAttachmentParameter]