diff options
author | Margaret Meyerhofer <mmeyerhofer@mozilla.com> | 2012-06-19 10:32:35 -0700 |
---|---|---|
committer | Margaret Meyerhofer <mmeyerhofer@mozilla.com> | 2012-06-19 10:34:50 -0700 |
commit | d7db7a56c3d4dcc749aa2bd06ab4a275c7b24669 (patch) | |
tree | bbe25ebe0a3fcac4c5584cec5b3c0b3cd6738dc6 /src/servo/layout | |
parent | 8694baaca0e5465ff7d81bf9600d9e26f046ad36 (diff) | |
download | servo-d7db7a56c3d4dcc749aa2bd06ab4a275c7b24669.tar.gz servo-d7db7a56c3d4dcc749aa2bd06ab4a275c7b24669.zip |
Ignore more inconsistently failing tests
Diffstat (limited to 'src/servo/layout')
-rw-r--r-- | src/servo/layout/display_list_builder.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/servo/layout/display_list_builder.rs b/src/servo/layout/display_list_builder.rs index 4fe00d6f808..b2a747793a1 100644 --- a/src/servo/layout/display_list_builder.rs +++ b/src/servo/layout/display_list_builder.rs @@ -146,6 +146,7 @@ fn should_convert_text_boxes_to_text_items() { fn should_calculate_the_bounds_of_the_text_box_background_color() { #[test]; + #[ignore]; let s = Scope(); let n = s.new_node(Text("firecracker")); @@ -164,6 +165,7 @@ fn should_calculate_the_bounds_of_the_text_box_background_color() { fn should_calculate_the_bounds_of_the_text_items() { #[test]; + #[ignore]; let s = Scope(); let n = s.new_node(Text("firecracker")); |