diff options
525 files changed, 488 insertions, 802 deletions
diff --git a/components/config/prefs.rs b/components/config/prefs.rs index e5ec7c3aeec..826605da6d9 100644 --- a/components/config/prefs.rs +++ b/components/config/prefs.rs @@ -519,9 +519,6 @@ mod gen { enabled: bool, }, legacy_layout: bool, - tables: { - enabled: bool, - }, #[serde(default = "default_layout_threads")] threads: i64, writing_mode: { diff --git a/components/layout_2020/style_ext.rs b/components/layout_2020/style_ext.rs index b4d0428a5a8..b4a5325eaca 100644 --- a/components/layout_2020/style_ext.rs +++ b/components/layout_2020/style_ext.rs @@ -3,7 +3,6 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ use app_units::Au; -use servo_config::pref; use style::computed_values::mix_blend_mode::T as ComputedMixBlendMode; use style::computed_values::position::T as ComputedPosition; use style::computed_values::transform_style::T as ComputedTransformStyle; @@ -580,13 +579,12 @@ impl From<stylo::Display> for Display { let outside = match outside { stylo::DisplayOutside::Block => DisplayOutside::Block, stylo::DisplayOutside::Inline => DisplayOutside::Inline, - stylo::DisplayOutside::TableCaption if pref!(layout.tables.enabled) => { + stylo::DisplayOutside::TableCaption => { return Display::GeneratingBox(DisplayGeneratingBox::LayoutInternal( DisplayLayoutInternal::TableCaption, )); }, - stylo::DisplayOutside::TableCaption => DisplayOutside::Block, - stylo::DisplayOutside::InternalTable if pref!(layout.tables.enabled) => { + stylo::DisplayOutside::InternalTable => { let internal = match inside { stylo::DisplayInside::TableRowGroup => DisplayLayoutInternal::TableRowGroup, stylo::DisplayInside::TableColumn => DisplayLayoutInternal::TableColumn, @@ -605,7 +603,6 @@ impl From<stylo::Display> for Display { }; return Display::GeneratingBox(DisplayGeneratingBox::LayoutInternal(internal)); }, - stylo::DisplayOutside::InternalTable => DisplayOutside::Block, // This should not be a value of DisplayInside, but oh well // special-case display: contents because we still want it to work despite the early return stylo::DisplayOutside::None if inside == stylo::DisplayInside::Contents => { @@ -627,17 +624,14 @@ impl From<stylo::Display> for Display { stylo::DisplayInside::None => return Display::None, stylo::DisplayInside::Contents => return Display::Contents, - stylo::DisplayInside::Table if pref!(layout.tables.enabled) => DisplayInside::Table, - stylo::DisplayInside::Table | + stylo::DisplayInside::Table => DisplayInside::Table, stylo::DisplayInside::TableRowGroup | stylo::DisplayInside::TableColumn | stylo::DisplayInside::TableColumnGroup | stylo::DisplayInside::TableHeaderGroup | stylo::DisplayInside::TableFooterGroup | stylo::DisplayInside::TableRow | - stylo::DisplayInside::TableCell => DisplayInside::Flow { - is_list_item: packed.is_list_item(), - }, + stylo::DisplayInside::TableCell => unreachable!("Internal DisplayInside found"), }; Display::GeneratingBox(DisplayGeneratingBox::OutsideInside { outside, inside }) } diff --git a/resources/prefs.json b/resources/prefs.json index af885090165..b4999a84a2c 100644 --- a/resources/prefs.json +++ b/resources/prefs.json @@ -101,7 +101,6 @@ "layout.columns.enabled": false, "layout.flexbox.enabled": false, "layout.legacy_layout": false, - "layout.tables.enabled": false, "layout.threads": 3, "layout.writing-mode.enabled": false, "media.glvideo.enabled": false, diff --git a/tests/wpt/meta/css/CSS2/abspos/table-caption-is-containing-block-001.html.ini b/tests/wpt/meta/css/CSS2/abspos/table-caption-is-containing-block-001.html.ini new file mode 100644 index 00000000000..66d3d601b7f --- /dev/null +++ b/tests/wpt/meta/css/CSS2/abspos/table-caption-is-containing-block-001.html.ini @@ -0,0 +1,2 @@ +[table-caption-is-containing-block-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/abspos/table-caption-passes-abspos-up-001.html.ini b/tests/wpt/meta/css/CSS2/abspos/table-caption-passes-abspos-up-001.html.ini new file mode 100644 index 00000000000..af9fd26b7b3 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/abspos/table-caption-passes-abspos-up-001.html.ini @@ -0,0 +1,2 @@ +[table-caption-passes-abspos-up-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-048.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-048.xht.ini deleted file mode 100644 index a1c729e722f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-048.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-048.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-055.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-055.xht.ini deleted file mode 100644 index 3258bc23d0a..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-055.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-055.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-060.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-060.xht.ini deleted file mode 100644 index c09c02449a4..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-060.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-060.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-078.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-078.xht.ini deleted file mode 100644 index b06de021e4e..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-078.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-078.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-081.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-081.xht.ini deleted file mode 100644 index 9adc2a3af67..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-081.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-081.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-090.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-090.xht.ini deleted file mode 100644 index 3c372786706..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-090.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-090.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-093.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-093.xht.ini deleted file mode 100644 index ce4a48911c4..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-093.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-093.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-096.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-096.xht.ini deleted file mode 100644 index c7c3276e1d8..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-096.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-096.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-104.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-104.xht.ini deleted file mode 100644 index 795b41fdf83..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-104.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-104.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-106.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-106.xht.ini deleted file mode 100644 index b7a56d86752..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-106.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-106.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-111.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-111.xht.ini deleted file mode 100644 index 8c17b19188f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-111.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-111.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-114.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-114.xht.ini deleted file mode 100644 index 729f5ca6853..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-114.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-114.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-117.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-117.xht.ini deleted file mode 100644 index d9289ca658a..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-117.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-117.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-120.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-120.xht.ini deleted file mode 100644 index 5bcffd719d0..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-120.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-120.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-128.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-128.xht.ini deleted file mode 100644 index 0f8e5abb1d7..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-128.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-128.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-130.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-130.xht.ini deleted file mode 100644 index e09c4e5811d..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-130.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-130.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-135.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-135.xht.ini deleted file mode 100644 index 3af3bb18bd5..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-135.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-135.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-138.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-138.xht.ini deleted file mode 100644 index 2d0b2f0b934..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-138.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-138.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-141.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-141.xht.ini deleted file mode 100644 index 4c91118c140..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-141.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-141.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-144.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-144.xht.ini deleted file mode 100644 index 005cce18553..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-144.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-144.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-152.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-152.xht.ini deleted file mode 100644 index 11b4804ee8a..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-152.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-152.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-154.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-154.xht.ini deleted file mode 100644 index 204444ce397..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-154.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-154.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-184.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-184.xht.ini deleted file mode 100644 index ed820b8c266..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-184.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-184.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-188.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-188.xht.ini deleted file mode 100644 index 4dc356f06de..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-188.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-188.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-190.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-190.xht.ini deleted file mode 100644 index 46d442e0466..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-190.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-190.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-194.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-194.xht.ini deleted file mode 100644 index e9075ed5a27..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-194.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-194.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-196.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-196.xht.ini deleted file mode 100644 index 824844fec34..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-196.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-196.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-001.xht.ini deleted file mode 100644 index 85febe17d3c..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-002.xht.ini deleted file mode 100644 index 82bd86c2c0c..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-003.xht.ini deleted file mode 100644 index f4016fa6974..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-004.xht.ini deleted file mode 100644 index 2dbe5ed165f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-005.xht.ini deleted file mode 100644 index 42e0a20f9c2..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-007.xht.ini deleted file mode 100644 index 6817577cec9..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-013.xht.ini deleted file mode 100644 index a6b8afdf22c..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-014.xht.ini deleted file mode 100644 index 3a8733bb529..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-015.xht.ini new file mode 100644 index 00000000000..62e742244f4 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/backgrounds/background-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[background-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-001.xht.ini deleted file mode 100644 index da5731010ac..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-002.xht.ini deleted file mode 100644 index 6953392118d..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-003.xht.ini deleted file mode 100644 index 52bfec2759f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-004.xht.ini deleted file mode 100644 index 881b1da9b60..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-005.xht.ini deleted file mode 100644 index 338af9c90f1..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-007.xht.ini deleted file mode 100644 index 74ec1227c74..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-013.xht.ini deleted file mode 100644 index 8b88e4ea49a..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-014.xht.ini deleted file mode 100644 index 8fceda205a6..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-015.xht.ini new file mode 100644 index 00000000000..f4b5759fd63 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/backgrounds/background-color-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[background-color-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-001.xht.ini deleted file mode 100644 index 83447c501ce..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-002.xht.ini deleted file mode 100644 index 4aeaf88f3ef..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-003.xht.ini deleted file mode 100644 index 5ef1b8ae866..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-004.xht.ini deleted file mode 100644 index 58609296e43..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-005.xht.ini deleted file mode 100644 index 9982641eb91..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-007.xht.ini deleted file mode 100644 index 781180b48e4..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-013.xht.ini deleted file mode 100644 index 82809ef5ba6..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-014.xht.ini deleted file mode 100644 index 482d7101edd..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-image-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-015.xht.ini new file mode 100644 index 00000000000..7d3d0978557 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/backgrounds/background-image-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[background-image-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001.xht.ini deleted file mode 100644 index f4a302c54c5..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001a.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001a.xht.ini deleted file mode 100644 index c0bba5df971..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-001a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001b.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001b.xht.ini deleted file mode 100644 index 68504d4bae8..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-001b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001c.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001c.xht.ini deleted file mode 100644 index 8ee5c0b9b8f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001c.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-001c.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001d.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001d.xht.ini deleted file mode 100644 index 498811e22e1..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001d.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-001d.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001e.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001e.xht.ini deleted file mode 100644 index 09980baa577..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-001e.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-001e.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002.xht.ini deleted file mode 100644 index c39568f745d..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002a.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002a.xht.ini deleted file mode 100644 index 721e3027a05..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-002a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002b.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002b.xht.ini deleted file mode 100644 index dfc2d2b4642..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-002b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002c.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002c.xht.ini deleted file mode 100644 index c9f2ca8d186..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002c.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-002c.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002d.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002d.xht.ini deleted file mode 100644 index df66ffc554d..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002d.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-002d.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002e.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002e.xht.ini deleted file mode 100644 index fb235f445de..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-002e.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-002e.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003.xht.ini deleted file mode 100644 index 157ef0fbd5e..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003b.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003b.xht.ini deleted file mode 100644 index 2fc5821d962..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-003b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003c.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003c.xht.ini deleted file mode 100644 index eec51d871cf..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003c.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-003c.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003d.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003d.xht.ini deleted file mode 100644 index cf33b57cb7f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003d.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-003d.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003e.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003e.xht.ini deleted file mode 100644 index 97c1dbea633..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-003e.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-003e.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-004.xht.ini deleted file mode 100644 index e2126dc0757..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005.xht.ini deleted file mode 100644 index e1f40ceb3d7..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005a.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005a.xht.ini deleted file mode 100644 index 951af942afa..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-005a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005b.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005b.xht.ini deleted file mode 100644 index ef46d069aa9..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-005b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005c.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005c.xht.ini deleted file mode 100644 index 03f3ca68c36..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005c.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-005c.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005d.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005d.xht.ini deleted file mode 100644 index ea566315929..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005d.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-005d.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005e.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005e.xht.ini deleted file mode 100644 index 0972f7d202a..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-005e.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-005e.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006b.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006b.xht.ini deleted file mode 100644 index 8d2c449fd77..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-006b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006c.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006c.xht.ini deleted file mode 100644 index b487477d694..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006c.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-006c.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006d.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006d.xht.ini deleted file mode 100644 index f386be4f209..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006d.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-006d.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006e.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006e.xht.ini deleted file mode 100644 index 9f3ff7b3fc4..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-006e.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-006e.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-007.xht.ini deleted file mode 100644 index 2da133053be..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013.xht.ini deleted file mode 100644 index 71c0f437f34..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013d.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013d.xht.ini deleted file mode 100644 index 7501a4808d0..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013d.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-013d.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013e.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013e.xht.ini deleted file mode 100644 index 6a653956287..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-013e.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-013e.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-014.xht.ini deleted file mode 100644 index f3a9550ae07..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-position-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-015.xht.ini new file mode 100644 index 00000000000..11011938b60 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/backgrounds/background-position-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[background-position-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-001.xht.ini deleted file mode 100644 index a356c6caccb..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-002.xht.ini deleted file mode 100644 index 00f88e65b4f..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-003.xht.ini deleted file mode 100644 index d8c00b77035..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-004.xht.ini deleted file mode 100644 index ae6baf543c0..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-005.xht.ini deleted file mode 100644 index f0773d8b5b5..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-013.xht.ini deleted file mode 100644 index 6e6977f702e..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-014.xht.ini deleted file mode 100644 index 6fcb4b08013..00000000000 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[background-repeat-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-015.xht.ini new file mode 100644 index 00000000000..c9bc9a19405 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/backgrounds/background-repeat-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[background-repeat-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-001.xht.ini deleted file mode 100644 index f7f7d23d54e..00000000000 --- a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[direction-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-002.xht.ini deleted file mode 100644 index 75eb44de5d4..00000000000 --- a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[direction-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-003.xht.ini deleted file mode 100644 index b605bc11df2..00000000000 --- a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[direction-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-004.xht.ini deleted file mode 100644 index ae6097070f9..00000000000 --- a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[direction-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-005.xht.ini deleted file mode 100644 index 97426571fb6..00000000000 --- a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[direction-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-006.xht.ini deleted file mode 100644 index 773f232ad7b..00000000000 --- a/tests/wpt/meta/css/CSS2/bidi-text/direction-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[direction-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-applies-to-013.xht.ini deleted file mode 100644 index 458bc72c34e..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-applies-to-014.xht.ini deleted file mode 100644 index 21d075d6323..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-applies-to-015.xht.ini new file mode 100644 index 00000000000..0b6628f8b81 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-001.xht.ini new file mode 100644 index 00000000000..5d0d86952bb --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-001.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-002.xht.ini new file mode 100644 index 00000000000..9e20f834663 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-002.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-003.xht.ini new file mode 100644 index 00000000000..7ee14436213 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-003.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-004.xht.ini new file mode 100644 index 00000000000..e2afc9fd9cb --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-004.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-005.xht.ini new file mode 100644 index 00000000000..425d6fabda9 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-005.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-006.xht.ini new file mode 100644 index 00000000000..35ea6d3fada --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-014.xht.ini deleted file mode 100644 index 9aa8e625e12..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-bottom-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-015.xht.ini new file mode 100644 index 00000000000..f74820c498c --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-001.xht.ini new file mode 100644 index 00000000000..b7234126551 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-001.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-002.xht.ini new file mode 100644 index 00000000000..734a7b3e1ae --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-002.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-003.xht.ini new file mode 100644 index 00000000000..75e9f4246b8 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-003.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-004.xht.ini new file mode 100644 index 00000000000..d64687f2a23 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-004.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-005.xht.ini new file mode 100644 index 00000000000..ccc43227e49 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-005.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-006.xht.ini new file mode 100644 index 00000000000..40f5c78d7cb --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-014.xht.ini deleted file mode 100644 index b3f1d5bcf0a..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-bottom-color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-015.xht.ini new file mode 100644 index 00000000000..509621c7280 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-color-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-001.xht.ini new file mode 100644 index 00000000000..d0bdc1f9048 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-001.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-002.xht.ini new file mode 100644 index 00000000000..db2d3fc0a71 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-002.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-003.xht.ini new file mode 100644 index 00000000000..befaea20e4e --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-003.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-004.xht.ini new file mode 100644 index 00000000000..faf6cc79003 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-004.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-005.xht.ini new file mode 100644 index 00000000000..6accb78f357 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-005.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-006.xht.ini new file mode 100644 index 00000000000..4d181d00be2 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-014.xht.ini deleted file mode 100644 index 0f95fc0cf62..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-bottom-width-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-015.xht.ini new file mode 100644 index 00000000000..04b83402508 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-bottom-width-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-013.xht.ini deleted file mode 100644 index c572a70d4c4..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-color-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-014.xht.ini deleted file mode 100644 index 91e94d4795c..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-015.xht.ini new file mode 100644 index 00000000000..35726019951 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-color-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-color-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-013.xht.ini deleted file mode 100644 index 2cd2e71784a..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-left-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-014.xht.ini deleted file mode 100644 index 6498467b975..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-left-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-015.xht.ini new file mode 100644 index 00000000000..db9238560ab --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-left-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-left-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-013.xht.ini deleted file mode 100644 index 83e2dd68163..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-left-color-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-014.xht.ini deleted file mode 100644 index b817f50e65a..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-left-color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-015.xht.ini new file mode 100644 index 00000000000..5a923dd7947 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-left-color-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-left-color-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-013.xht.ini deleted file mode 100644 index febafe5dfc1..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-left-width-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-014.xht.ini deleted file mode 100644 index 9882c77aa16..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-left-width-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-015.xht.ini new file mode 100644 index 00000000000..5787fa4f27c --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-left-width-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-left-width-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-007.xht.ini deleted file mode 100644 index 2667ee5dc51..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-013.xht.ini deleted file mode 100644 index 47a718ba9f2..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-014.xht.ini deleted file mode 100644 index 08ae20a4c79..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-007.xht.ini deleted file mode 100644 index 7da86ecb766..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-color-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-013.xht.ini deleted file mode 100644 index b044ff0394d..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-color-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-014.xht.ini deleted file mode 100644 index 69696f1eeed..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-007.xht.ini deleted file mode 100644 index 9d90345e606..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-width-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-013.xht.ini deleted file mode 100644 index 518a6c25375..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-width-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-014.xht.ini deleted file mode 100644 index 1574b7376b7..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-right-width-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-right-width-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-001.xht.ini new file mode 100644 index 00000000000..a37138bd394 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-001.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-002.xht.ini new file mode 100644 index 00000000000..cb9ad03996b --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-002.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-003.xht.ini new file mode 100644 index 00000000000..a68a8c2d05a --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-003.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-004.xht.ini new file mode 100644 index 00000000000..43d9d5f6ffb --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-004.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-005.xht.ini new file mode 100644 index 00000000000..81db7bbccd6 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-005.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-006.xht.ini new file mode 100644 index 00000000000..27b2aaa4cbf --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-014.xht.ini deleted file mode 100644 index aa8636aed8c..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-top-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-015.xht.ini new file mode 100644 index 00000000000..49fb61b624c --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-top-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-001.xht.ini new file mode 100644 index 00000000000..362e82e568a --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-001.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-002.xht.ini new file mode 100644 index 00000000000..f2bebe7bcfe --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-002.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-003.xht.ini new file mode 100644 index 00000000000..bc14b30fa0c --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-003.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-004.xht.ini new file mode 100644 index 00000000000..3f9d48eea0c --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-004.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-005.xht.ini new file mode 100644 index 00000000000..d3375de2afc --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-005.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-006.xht.ini new file mode 100644 index 00000000000..099d358ca08 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-014.xht.ini deleted file mode 100644 index 47912d5d784..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-top-color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-015.xht.ini new file mode 100644 index 00000000000..b628c8624cf --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-top-color-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-001.xht.ini new file mode 100644 index 00000000000..e9c54511520 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-001.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-002.xht.ini new file mode 100644 index 00000000000..71873de679b --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-002.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-003.xht.ini new file mode 100644 index 00000000000..c2495a6fccc --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-003.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-003.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-004.xht.ini new file mode 100644 index 00000000000..2bf5a8bf39f --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-004.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-004.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-005.xht.ini new file mode 100644 index 00000000000..35d77b728cb --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-005.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-006.xht.ini new file mode 100644 index 00000000000..050bbc2da77 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-014.xht.ini deleted file mode 100644 index 929f2d1c428..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-top-width-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-015.xht.ini new file mode 100644 index 00000000000..1a04639f826 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-top-width-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-width-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-width-applies-to-015.xht.ini new file mode 100644 index 00000000000..59ccd7c3e4e --- /dev/null +++ b/tests/wpt/meta/css/CSS2/borders/border-width-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[border-width-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/block-in-inline-001.xht.ini b/tests/wpt/meta/css/CSS2/box-display/block-in-inline-001.xht.ini deleted file mode 100644 index 4823cf93169..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/block-in-inline-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[block-in-inline-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/block-in-inline-002.xht.ini b/tests/wpt/meta/css/CSS2/box-display/block-in-inline-002.xht.ini deleted file mode 100644 index d362d6d33d7..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/block-in-inline-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[block-in-inline-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/containing-block-002.xht.ini b/tests/wpt/meta/css/CSS2/box-display/containing-block-002.xht.ini new file mode 100644 index 00000000000..e2c7dd3545b --- /dev/null +++ b/tests/wpt/meta/css/CSS2/box-display/containing-block-002.xht.ini @@ -0,0 +1,2 @@ +[containing-block-002.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/containing-block-005.xht.ini b/tests/wpt/meta/css/CSS2/box-display/containing-block-005.xht.ini new file mode 100644 index 00000000000..612786df8b4 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/box-display/containing-block-005.xht.ini @@ -0,0 +1,2 @@ +[containing-block-005.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/containing-block-028.xht.ini b/tests/wpt/meta/css/CSS2/box-display/containing-block-028.xht.ini deleted file mode 100644 index 51d02b1875c..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/containing-block-028.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[containing-block-028.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-006.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-006.xht.ini deleted file mode 100644 index a695b3ab39f..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-007.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-007.xht.ini deleted file mode 100644 index 79555399456..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-008.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-008.xht.ini deleted file mode 100644 index d2e2bf67a12..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-008.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-008.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-009.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-009.xht.ini deleted file mode 100644 index 06ce0c5ef0a..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-009.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-009.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-010.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-010.xht.ini deleted file mode 100644 index a973518bec3..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-010.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-010.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-012.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-012.xht.ini deleted file mode 100644 index ab4046e2f0a..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-012.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-012.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-014.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-014.xht.ini deleted file mode 100644 index 106af9fd3d5..00000000000 --- a/tests/wpt/meta/css/CSS2/box-display/display-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[display-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/box-display/display-015.xht.ini b/tests/wpt/meta/css/CSS2/box-display/display-015.xht.ini new file mode 100644 index 00000000000..c8bd43b5722 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/box-display/display-015.xht.ini @@ -0,0 +1,2 @@ +[display-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-001.xht.ini deleted file mode 100644 index 6cff883768b..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-002.xht.ini deleted file mode 100644 index 0ad5e2ba07e..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-003.xht.ini deleted file mode 100644 index 8bad8a78aed..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-004.xht.ini deleted file mode 100644 index 9ca33cef69a..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-005.xht.ini deleted file mode 100644 index ee316910b1f..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-006.xht.ini deleted file mode 100644 index 4592ca17f69..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-013.xht.ini deleted file mode 100644 index 7d9f2959590..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-014.xht.ini deleted file mode 100644 index b6ba4eed089..00000000000 --- a/tests/wpt/meta/css/CSS2/colors/color-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[color-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/colors/color-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/colors/color-applies-to-015.xht.ini new file mode 100644 index 00000000000..c5be6b4fcad --- /dev/null +++ b/tests/wpt/meta/css/CSS2/colors/color-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[color-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c42-ibx-pad-000.xht.ini b/tests/wpt/meta/css/CSS2/css1/c42-ibx-pad-000.xht.ini deleted file mode 100644 index 1e9980c9287..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c42-ibx-pad-000.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c42-ibx-pad-000.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c548-ln-ht-000.xht.ini b/tests/wpt/meta/css/CSS2/css1/c548-ln-ht-000.xht.ini deleted file mode 100644 index 1acd218c611..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c548-ln-ht-000.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c548-ln-ht-000.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c548-ln-ht-001.xht.ini b/tests/wpt/meta/css/CSS2/css1/c548-ln-ht-001.xht.ini deleted file mode 100644 index 6844de76f6c..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c548-ln-ht-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c548-ln-ht-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c5501-mrgn-t-000.xht.ini b/tests/wpt/meta/css/CSS2/css1/c5501-mrgn-t-000.xht.ini deleted file mode 100644 index 3326a8f1b58..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c5501-mrgn-t-000.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c5501-mrgn-t-000.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c5503-mrgn-b-000.xht.ini b/tests/wpt/meta/css/CSS2/css1/c5503-mrgn-b-000.xht.ini deleted file mode 100644 index c083f64e454..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c5503-mrgn-b-000.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c5503-mrgn-b-000.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c5506-padn-t-000.xht.ini b/tests/wpt/meta/css/CSS2/css1/c5506-padn-t-000.xht.ini deleted file mode 100644 index 35ad6e5b07a..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c5506-padn-t-000.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c5506-padn-t-000.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c5508-ipadn-b-003.xht.ini b/tests/wpt/meta/css/CSS2/css1/c5508-ipadn-b-003.xht.ini deleted file mode 100644 index a6cf3f7dec9..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c5508-ipadn-b-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c5508-ipadn-b-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css1/c5525-fltmult-000.xht.ini b/tests/wpt/meta/css/CSS2/css1/c5525-fltmult-000.xht.ini deleted file mode 100644 index 9168554d7e6..00000000000 --- a/tests/wpt/meta/css/CSS2/css1/c5525-fltmult-000.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[c5525-fltmult-000.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-001.html.ini b/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-001.html.ini deleted file mode 100644 index 706a80d5b9f..00000000000 --- a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[s-11-1-1b-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-005.html.ini b/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-005.html.ini deleted file mode 100644 index b3550456da5..00000000000 --- a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[s-11-1-1b-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-006.html.ini b/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-006.html.ini deleted file mode 100644 index eb4ec8293c5..00000000000 --- a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-006.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[s-11-1-1b-006.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-007.html.ini b/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-007.html.ini deleted file mode 100644 index 835a988dd8e..00000000000 --- a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[s-11-1-1b-007.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-008.html.ini b/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-008.html.ini deleted file mode 100644 index bd9ffde3024..00000000000 --- a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[s-11-1-1b-008.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-009.html.ini b/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-009.html.ini deleted file mode 100644 index 40d3fac9573..00000000000 --- a/tests/wpt/meta/css/CSS2/css21-errata/s-11-1-1b-009.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[s-11-1-1b-009.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/floats-clear/__dir__.ini b/tests/wpt/meta/css/CSS2/floats-clear/__dir__.ini deleted file mode 100644 index 3799e2dbe31..00000000000 --- a/tests/wpt/meta/css/CSS2/floats-clear/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout.tables.enabled:true"] diff --git a/tests/wpt/meta/css/CSS2/floats/__dir__.ini b/tests/wpt/meta/css/CSS2/floats/__dir__.ini deleted file mode 100644 index 3799e2dbe31..00000000000 --- a/tests/wpt/meta/css/CSS2/floats/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout.tables.enabled:true"] diff --git a/tests/wpt/meta/css/CSS2/fonts/font-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-applies-to-015.xht.ini new file mode 100644 index 00000000000..f6162e99ffd --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[font-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-variant-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-variant-applies-to-015.xht.ini new file mode 100644 index 00000000000..b12295ca545 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-variant-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[font-variant-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-006.xht.ini new file mode 100644 index 00000000000..408db0aca04 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-006.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-006.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-007.xht.ini new file mode 100644 index 00000000000..f0ab1a7639b --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-007.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-007.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-008.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-008.xht.ini new file mode 100644 index 00000000000..27ab59a602d --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-008.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-008.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-009.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-009.xht.ini new file mode 100644 index 00000000000..7f8f3427597 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-009.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-009.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-010.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-010.xht.ini new file mode 100644 index 00000000000..1c842c855f6 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-010.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-010.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-011.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-011.xht.ini new file mode 100644 index 00000000000..3308ef6dded --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-011.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-011.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-014.xht.ini new file mode 100644 index 00000000000..1012cf40783 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-014.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-014.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-015.xht.ini new file mode 100644 index 00000000000..0a3c57259a4 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/fonts/font-weight-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[font-weight-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/after-content-display-012.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/after-content-display-012.xht.ini deleted file mode 100644 index 18e051e19c0..00000000000 --- a/tests/wpt/meta/css/CSS2/generated-content/after-content-display-012.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[after-content-display-012.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/after-content-display-013.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/after-content-display-013.xht.ini deleted file mode 100644 index 6f447861547..00000000000 --- a/tests/wpt/meta/css/CSS2/generated-content/after-content-display-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[after-content-display-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/after-content-display-015.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/after-content-display-015.xht.ini new file mode 100644 index 00000000000..e9068264d75 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/generated-content/after-content-display-015.xht.ini @@ -0,0 +1,2 @@ +[after-content-display-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/before-after-table-whitespace-001.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/before-after-table-whitespace-001.xht.ini deleted file mode 100644 index 58c95d38728..00000000000 --- a/tests/wpt/meta/css/CSS2/generated-content/before-after-table-whitespace-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[before-after-table-whitespace-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/before-content-display-012.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/before-content-display-012.xht.ini deleted file mode 100644 index 52b458325eb..00000000000 --- a/tests/wpt/meta/css/CSS2/generated-content/before-content-display-012.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[before-content-display-012.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/before-content-display-013.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/before-content-display-013.xht.ini deleted file mode 100644 index fc9e0a2d7e2..00000000000 --- a/tests/wpt/meta/css/CSS2/generated-content/before-content-display-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[before-content-display-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/generated-content/before-content-display-015.xht.ini b/tests/wpt/meta/css/CSS2/generated-content/before-content-display-015.xht.ini new file mode 100644 index 00000000000..3ea1cad9ddd --- /dev/null +++ b/tests/wpt/meta/css/CSS2/generated-content/before-content-display-015.xht.ini @@ -0,0 +1,2 @@ +[before-content-display-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/inline-formatting-context-009.xht.ini b/tests/wpt/meta/css/CSS2/linebox/inline-formatting-context-009.xht.ini deleted file mode 100644 index 299d5cc5b93..00000000000 --- a/tests/wpt/meta/css/CSS2/linebox/inline-formatting-context-009.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-formatting-context-009.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/inline-formatting-context-015.xht.ini b/tests/wpt/meta/css/CSS2/linebox/inline-formatting-context-015.xht.ini deleted file mode 100644 index c6c25310ef0..00000000000 --- a/tests/wpt/meta/css/CSS2/linebox/inline-formatting-context-015.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-formatting-context-015.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/leading-001.xht.ini b/tests/wpt/meta/css/CSS2/linebox/leading-001.xht.ini deleted file mode 100644 index b97c2194b95..00000000000 --- a/tests/wpt/meta/css/CSS2/linebox/leading-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[leading-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/line-height-127.xht.ini b/tests/wpt/meta/css/CSS2/linebox/line-height-127.xht.ini deleted file mode 100644 index 1d15c049fd9..00000000000 --- a/tests/wpt/meta/css/CSS2/linebox/line-height-127.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[line-height-127.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/line-height-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/linebox/line-height-applies-to-015.xht.ini new file mode 100644 index 00000000000..965f8f2c7a1 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/linebox/line-height-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[line-height-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/vertical-align-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/linebox/vertical-align-applies-to-007.xht.ini deleted file mode 100644 index 72f256482ff..00000000000 --- a/tests/wpt/meta/css/CSS2/linebox/vertical-align-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[vertical-align-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/vertical-align-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/linebox/vertical-align-applies-to-015.xht.ini new file mode 100644 index 00000000000..51c537f6abc --- /dev/null +++ b/tests/wpt/meta/css/CSS2/linebox/vertical-align-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[vertical-align-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/vertical-align-baseline-008.xht.ini b/tests/wpt/meta/css/CSS2/linebox/vertical-align-baseline-008.xht.ini deleted file mode 100644 index a233b1d6ca5..00000000000 --- a/tests/wpt/meta/css/CSS2/linebox/vertical-align-baseline-008.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[vertical-align-baseline-008.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/linebox/vertical-align-baseline-009.xht.ini b/tests/wpt/meta/css/CSS2/linebox/vertical-align-baseline-009.xht.ini new file mode 100644 index 00000000000..458ab806e46 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/linebox/vertical-align-baseline-009.xht.ini @@ -0,0 +1,2 @@ +[vertical-align-baseline-009.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/lists/list-style-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/lists/list-style-applies-to-014.xht.ini deleted file mode 100644 index 495364a6ee8..00000000000 --- a/tests/wpt/meta/css/CSS2/lists/list-style-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[list-style-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/lists/list-style-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/lists/list-style-applies-to-015.xht.ini new file mode 100644 index 00000000000..cff7cba4888 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/lists/list-style-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[list-style-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/lists/list-style-type-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/lists/list-style-type-applies-to-014.xht.ini deleted file mode 100644 index b11274a0c79..00000000000 --- a/tests/wpt/meta/css/CSS2/lists/list-style-type-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[list-style-type-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/lists/list-style-type-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/lists/list-style-type-applies-to-015.xht.ini new file mode 100644 index 00000000000..1798a437e27 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/lists/list-style-type-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[list-style-type-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-002.xht.ini deleted file mode 100644 index 8c17991d7c8..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-006.xht.ini deleted file mode 100644 index d6bf449735e..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-007.xht.ini deleted file mode 100644 index e0af5c84828..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-001.xht.ini deleted file mode 100644 index 8b7c6d455b1..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-002.xht.ini deleted file mode 100644 index 6cb8efd8aa2..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-003.xht.ini deleted file mode 100644 index 6b392634b0b..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-004.xht.ini deleted file mode 100644 index 2214e178586..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-005.xht.ini deleted file mode 100644 index 1f297ac83ca..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-006.xht.ini deleted file mode 100644 index ca8961f1a9b..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-007.xht.ini deleted file mode 100644 index 082b4dc617f..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-014.xht.ini deleted file mode 100644 index 5d386a85a78..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-015.xht.ini new file mode 100644 index 00000000000..3ae58568fa5 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[margin-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-001.xht.ini deleted file mode 100644 index 8913b46eca7..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-002.xht.ini deleted file mode 100644 index ffc75bb213e..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-003.xht.ini deleted file mode 100644 index 6227feea427..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-004.xht.ini deleted file mode 100644 index fa92bb90208..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-005.xht.ini deleted file mode 100644 index 7b9d2f3fd65..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-006.xht.ini deleted file mode 100644 index 1b2f475ac4c..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-007.xht.ini deleted file mode 100644 index d85a39627e9..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-bottom-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-106.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-106.xht.ini deleted file mode 100644 index 9188d50ea6d..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-106.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-106.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-110.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-110.xht.ini deleted file mode 100644 index b3af74b5666..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-110.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-110.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-111.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-111.xht.ini deleted file mode 100644 index 636ec11f480..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-111.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-111.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-112.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-112.xht.ini deleted file mode 100644 index 61178e98b33..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-112.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-112.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-113.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-113.xht.ini deleted file mode 100644 index a3e959d9709..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-113.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-113.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-114.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-114.xht.ini deleted file mode 100644 index c334a353624..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-114.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-114.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-115.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-115.xht.ini deleted file mode 100644 index cdfc2087375..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-115.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-115.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-116.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-116.xht.ini deleted file mode 100644 index b2d0bd0b4c7..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-116.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-116.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-131.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-131.xht.ini deleted file mode 100644 index a1ad3419799..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-131.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-131.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-155.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-155.xht.ini deleted file mode 100644 index 3f548aca828..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-155.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-155.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-156.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-156.xht.ini deleted file mode 100644 index 9459ea32079..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-156.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-156.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-159.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-159.xht.ini deleted file mode 100644 index 070f98b303f..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-159.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-159.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht.ini deleted file mode 100644 index 3c1eac87f60..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-clear-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-clear-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht.ini deleted file mode 100644 index 188c0a7354c..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-collapse-clear-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-collapse-clear-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-001.xht.ini deleted file mode 100644 index 0e9fadca2d3..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-left-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-002.xht.ini deleted file mode 100644 index 1954fd24627..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-left-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-003.xht.ini deleted file mode 100644 index f88e0be7f67..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-left-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-004.xht.ini deleted file mode 100644 index b8d64ca98e1..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-left-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-007.xht.ini deleted file mode 100644 index fabb8e8cc3e..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-left-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-014.xht.ini deleted file mode 100644 index 1d8a1c16add..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-left-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-015.xht.ini new file mode 100644 index 00000000000..bf5687e0786 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-left-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[margin-left-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-001.xht.ini deleted file mode 100644 index 6ad39416502..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-002.xht.ini deleted file mode 100644 index f6bc084c264..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-003.xht.ini deleted file mode 100644 index 7698046eb1c..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-004.xht.ini deleted file mode 100644 index 70415ec2d62..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-005.xht.ini deleted file mode 100644 index b63dfc523bc..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-006.xht.ini deleted file mode 100644 index 4cf7d031883..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-007.xht.ini deleted file mode 100644 index 6126f1381be..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-014.xht.ini deleted file mode 100644 index a7503323a33..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-right-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-015.xht.ini new file mode 100644 index 00000000000..d16a888aadc --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-right-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[margin-right-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-001.xht.ini deleted file mode 100644 index d0156125d32..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-002.xht.ini deleted file mode 100644 index 04a5a4638de..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-003.xht.ini deleted file mode 100644 index 361aa4b91da..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-004.xht.ini deleted file mode 100644 index bbd00accccf..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-005.xht.ini deleted file mode 100644 index cd063022217..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-006.xht.ini deleted file mode 100644 index 960026c3876..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-007.xht.ini deleted file mode 100644 index 33aaa723f76..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-014.xht.ini deleted file mode 100644 index 169515273bb..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[margin-top-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-015.xht.ini new file mode 100644 index 00000000000..a8b289dbfb7 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-top-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[margin-top-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-001.xht.ini deleted file mode 100644 index eb40f327d75..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-002.xht.ini deleted file mode 100644 index e9e01b81d79..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-001.xht.ini deleted file mode 100644 index 9ca58d712b8..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-002.xht.ini deleted file mode 100644 index ba45d28eae8..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-003.xht.ini deleted file mode 100644 index d6c303b2576..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-004.xht.ini deleted file mode 100644 index 6672d0ace35..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-005.xht.ini deleted file mode 100644 index 8fd7beb4d2d..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-006.xht.ini deleted file mode 100644 index 3ef283fedfd..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-007.xht.ini deleted file mode 100644 index 5588de4fd21..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-013.xht.ini deleted file mode 100644 index 6b9d38d2e1e..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-014.xht.ini deleted file mode 100644 index 718a35d1ea8..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-015.xht.ini new file mode 100644 index 00000000000..d8aa2ff7141 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[padding-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-016.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-016.xht.ini deleted file mode 100644 index 1d4a4623f91..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-016.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-016.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-017.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-017.xht.ini deleted file mode 100644 index 02c94e9fa6f..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-applies-to-017.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-applies-to-017.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-001.xht.ini deleted file mode 100644 index 4ac59cdee3f..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-002.xht.ini deleted file mode 100644 index 84557a08731..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-003.xht.ini deleted file mode 100644 index cb1e5087443..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-004.xht.ini deleted file mode 100644 index 1c967d8498e..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-005.xht.ini deleted file mode 100644 index 7cae89f7273..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-006.xht.ini deleted file mode 100644 index 0467dee9016..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-007.xht.ini deleted file mode 100644 index 6aebdc4577e..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-014.xht.ini deleted file mode 100644 index 028c67b48db..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-bottom-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-015.xht.ini new file mode 100644 index 00000000000..a5a1ac2c2de --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-bottom-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[padding-bottom-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-001.xht.ini deleted file mode 100644 index af281008925..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-left-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-002.xht.ini deleted file mode 100644 index 42f73886230..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-left-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-003.xht.ini deleted file mode 100644 index 6cd0499a9f7..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-left-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-004.xht.ini deleted file mode 100644 index 43350a4a691..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-left-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-014.xht.ini deleted file mode 100644 index 7de238f6a92..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-left-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-015.xht.ini new file mode 100644 index 00000000000..226ba35e787 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-left-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[padding-left-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-001.xht.ini deleted file mode 100644 index d685cf95763..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-002.xht.ini deleted file mode 100644 index 08ad8ea7cd1..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-003.xht.ini deleted file mode 100644 index da125477e52..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-004.xht.ini deleted file mode 100644 index 17406c6f117..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-005.xht.ini deleted file mode 100644 index 5e084843681..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-006.xht.ini deleted file mode 100644 index d2fe6c031b5..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-007.xht.ini deleted file mode 100644 index 85859b41865..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-014.xht.ini deleted file mode 100644 index 5934a3c1d25..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-right-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-right-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-001.xht.ini deleted file mode 100644 index 746eb17cd15..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-002.xht.ini deleted file mode 100644 index 948085ed6d5..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-003.xht.ini deleted file mode 100644 index a74d3a1c3da..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-004.xht.ini deleted file mode 100644 index 8cffcae5e81..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-005.xht.ini deleted file mode 100644 index 3afce624bde..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-006.xht.ini deleted file mode 100644 index 49279861f66..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-007.xht.ini deleted file mode 100644 index ff7aacd6ba0..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-014.xht.ini deleted file mode 100644 index 0fb55a0e7c5..00000000000 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/padding-top-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[padding-top-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/block-formatting-contexts-012.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/block-formatting-contexts-012.xht.ini new file mode 100644 index 00000000000..a095752790e --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/block-formatting-contexts-012.xht.ini @@ -0,0 +1,2 @@ +[block-formatting-contexts-012.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-004.xht.ini deleted file mode 100644 index a5c4ed4462d..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[height-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-013.xht.ini deleted file mode 100644 index a45bd0d675e..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[height-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-014.xht.ini deleted file mode 100644 index 68dfdfef786..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[height-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-015.xht.ini new file mode 100644 index 00000000000..b8c63fe4395 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/height-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[height-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-002a.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-002a.xht.ini deleted file mode 100644 index aa7af50cc73..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-002a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-002a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-height-001.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-height-001.xht.ini deleted file mode 100644 index d5dd818dab6..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-height-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-height-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-height-002.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-height-002.xht.ini deleted file mode 100644 index cfd8fa44529..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-height-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-height-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-valign-001.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-valign-001.xht.ini deleted file mode 100644 index 64afaabbbb3..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-valign-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-valign-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-001a.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-001a.xht.ini deleted file mode 100644 index c4305d96dd1..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-001a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-width-001a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-001b.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-001b.xht.ini deleted file mode 100644 index 7cb651ccc02..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-001b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-width-001b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-002a.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-002a.xht.ini deleted file mode 100644 index 802484cf4ac..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-002a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-width-002a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-002b.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-002b.xht.ini deleted file mode 100644 index 96f401a8f70..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-width-002b.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-width-002b.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-001.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-001.xht.ini deleted file mode 100644 index d47d4399115..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-zorder-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-002.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-002.xht.ini deleted file mode 100644 index e9c72c84eeb..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-zorder-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-005.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-005.xht.ini deleted file mode 100644 index c207198aefe..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inline-table-zorder-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-zorder-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/inlines-017.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/inlines-017.xht.ini deleted file mode 100644 index 3a787ecadbe..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/inlines-017.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inlines-017.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-005.xht.ini deleted file mode 100644 index 5812f06953c..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-height-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-006.xht.ini deleted file mode 100644 index 9252428ef09..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-height-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-015.xht.ini new file mode 100644 index 00000000000..383b730b5f7 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/max-height-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[max-height-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-001.xht.ini deleted file mode 100644 index 192ee1c4d89..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-width-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-002.xht.ini deleted file mode 100644 index 02f55d4dbbd..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-width-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-003.xht.ini deleted file mode 100644 index 6b529b29644..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-width-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-004.xht.ini deleted file mode 100644 index dd156b5fea4..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-width-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-005.xht.ini deleted file mode 100644 index 53ce2670d44..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-width-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-006.xht.ini deleted file mode 100644 index 7d62d814540..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[max-width-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-015.xht.ini new file mode 100644 index 00000000000..cec5d15ada8 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/max-width-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[max-width-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-005.xht.ini deleted file mode 100644 index 7539c116c20..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-height-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-006.xht.ini deleted file mode 100644 index 870ffe1270e..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-height-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-013.xht.ini deleted file mode 100644 index 9206a00a170..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-height-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-015.xht.ini new file mode 100644 index 00000000000..e217e72d2f7 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/min-height-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[min-height-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-002.xht.ini deleted file mode 100644 index c28133d7708..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-003.xht.ini deleted file mode 100644 index 7aa94a02f80..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-004.xht.ini deleted file mode 100644 index a529c5d574c..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-005.xht.ini deleted file mode 100644 index 30171a4853d..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-006.xht.ini deleted file mode 100644 index 7417021dc57..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-007.xht.ini deleted file mode 100644 index cbcd21219dc..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-013.xht.ini deleted file mode 100644 index 408acf76c34..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-015.xht.ini new file mode 100644 index 00000000000..0f4a669d828 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/min-width-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[min-width-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/table-in-inline-001.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/table-in-inline-001.xht.ini new file mode 100644 index 00000000000..5c52b5aa334 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/normal-flow/table-in-inline-001.xht.ini @@ -0,0 +1,2 @@ +[table-in-inline-001.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-001.xht.ini deleted file mode 100644 index c22118bca24..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-002.xht.ini deleted file mode 100644 index 32c2ed9ddfb..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-003.xht.ini deleted file mode 100644 index fd1087a5359..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-004.xht.ini deleted file mode 100644 index 6fdeea57071..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-005.xht.ini deleted file mode 100644 index af0506888e7..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-007.xht.ini deleted file mode 100644 index 1117aee741c..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-013.xht.ini deleted file mode 100644 index fc0ef5a5765..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-013.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-013.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-014.xht.ini deleted file mode 100644 index d5affce741c..00000000000 --- a/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-014.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[width-applies-to-014.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/backgrounds/background-043.xht.ini b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-015.xht.ini index 5d83aba3f7b..f589d508792 100644 --- a/tests/wpt/meta/css/CSS2/backgrounds/background-043.xht.ini +++ b/tests/wpt/meta/css/CSS2/normal-flow/width-applies-to-015.xht.ini @@ -1,2 +1,2 @@ -[background-043.xht] +[width-applies-to-015.xht] expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/selectors/default-attribute-selector-003.xht.ini b/tests/wpt/meta/css/CSS2/selectors/default-attribute-selector-003.xht.ini deleted file mode 100644 index f18480d4044..00000000000 --- a/tests/wpt/meta/css/CSS2/selectors/default-attribute-selector-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[default-attribute-selector-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/selectors/default-attribute-selector-004.xht.ini b/tests/wpt/meta/css/CSS2/selectors/default-attribute-selector-004.xht.ini deleted file mode 100644 index 5fd7296acb9..00000000000 --- a/tests/wpt/meta/css/CSS2/selectors/default-attribute-selector-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[default-attribute-selector-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/__dir__.ini b/tests/wpt/meta/css/CSS2/tables/__dir__.ini deleted file mode 100644 index 3799e2dbe31..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout.tables.enabled:true"] diff --git a/tests/wpt/meta/css/CSS2/text/letter-spacing-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/text/letter-spacing-applies-to-015.xht.ini new file mode 100644 index 00000000000..e15edb39650 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/letter-spacing-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[letter-spacing-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-align-bidi-011.xht.ini b/tests/wpt/meta/css/CSS2/text/text-align-bidi-011.xht.ini deleted file mode 100644 index e1ede1e5ec2..00000000000 --- a/tests/wpt/meta/css/CSS2/text/text-align-bidi-011.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-align-bidi-011.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-decoration-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/text/text-decoration-applies-to-007.xht.ini deleted file mode 100644 index 51fa553f0f0..00000000000 --- a/tests/wpt/meta/css/CSS2/text/text-decoration-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-decoration-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-decoration-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/text/text-decoration-applies-to-015.xht.ini new file mode 100644 index 00000000000..dd7caa8ee49 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/text-decoration-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[text-decoration-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-indent-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/text/text-indent-applies-to-007.xht.ini deleted file mode 100644 index 09cc1600247..00000000000 --- a/tests/wpt/meta/css/CSS2/text/text-indent-applies-to-007.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-indent-applies-to-007.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-indent-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/text/text-indent-applies-to-015.xht.ini new file mode 100644 index 00000000000..2dcd790e658 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/text-indent-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[text-indent-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/text-transform-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/text/text-transform-applies-to-015.xht.ini new file mode 100644 index 00000000000..ebd188fa5b6 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/text-transform-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[text-transform-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-collapsing-bidi-003.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-collapsing-bidi-003.xht.ini deleted file mode 100644 index e20b51c88ce..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-collapsing-bidi-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-collapsing-bidi-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-normal-001.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-normal-001.xht.ini deleted file mode 100644 index a5e94a4d852..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-normal-001.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-normal-001.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-normal-002.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-normal-002.xht.ini deleted file mode 100644 index abddf66594a..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-normal-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-normal-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-normal-003.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-normal-003.xht.ini deleted file mode 100644 index 19f873ca4b5..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-normal-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-normal-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-normal-005.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-normal-005.xht.ini deleted file mode 100644 index 1f07df8551d..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-normal-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-normal-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-normal-006.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-normal-006.xht.ini deleted file mode 100644 index bbbcd6dc789..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-normal-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-normal-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-nowrap-005.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-nowrap-005.xht.ini deleted file mode 100644 index 9fa021d2415..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-nowrap-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-nowrap-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-nowrap-006.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-nowrap-006.xht.ini deleted file mode 100644 index cbb34741b41..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-nowrap-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-nowrap-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-pre-005.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-pre-005.xht.ini deleted file mode 100644 index 82b1ea03ef4..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-pre-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-pre-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/white-space-pre-006.xht.ini b/tests/wpt/meta/css/CSS2/text/white-space-pre-006.xht.ini deleted file mode 100644 index 8bb21f3a146..00000000000 --- a/tests/wpt/meta/css/CSS2/text/white-space-pre-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[white-space-pre-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/word-spacing-applies-to-014.xht.ini b/tests/wpt/meta/css/CSS2/text/word-spacing-applies-to-014.xht.ini new file mode 100644 index 00000000000..aa6892ec486 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/word-spacing-applies-to-014.xht.ini @@ -0,0 +1,2 @@ +[word-spacing-applies-to-014.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/text/word-spacing-applies-to-015.xht.ini b/tests/wpt/meta/css/CSS2/text/word-spacing-applies-to-015.xht.ini new file mode 100644 index 00000000000..dfb88f5b61b --- /dev/null +++ b/tests/wpt/meta/css/CSS2/text/word-spacing-applies-to-015.xht.ini @@ -0,0 +1,2 @@ +[word-spacing-applies-to-015.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-applies-to-005.xht.ini deleted file mode 100644 index 4454906bb06..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-applies-to-006.xht.ini deleted file mode 100644 index b2cf0afb000..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-color-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-color-applies-to-005.xht.ini deleted file mode 100644 index 89465415697..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-color-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-color-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-color-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-color-applies-to-006.xht.ini deleted file mode 100644 index 21438fad43e..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-color-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-color-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-style-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-style-applies-to-005.xht.ini deleted file mode 100644 index be50370bc7d..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-style-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-style-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-style-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-style-applies-to-006.xht.ini deleted file mode 100644 index ea86007f3af..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-style-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-style-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-width-applies-to-005.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-width-applies-to-005.xht.ini deleted file mode 100644 index 993addc83b7..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-width-applies-to-005.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-width-applies-to-005.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/outline-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/ui/outline-width-applies-to-006.xht.ini deleted file mode 100644 index f64f99f5aa8..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/outline-width-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[outline-width-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-002.xht.ini b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-002.xht.ini deleted file mode 100644 index af4aa98281c..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[overflow-applies-to-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-003.xht.ini b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-003.xht.ini deleted file mode 100644 index a9c5119ea21..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-003.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[overflow-applies-to-003.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-004.xht.ini b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-004.xht.ini deleted file mode 100644 index 4da59c85f68..00000000000 --- a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-004.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[overflow-applies-to-004.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-007.xht.ini b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-007.xht.ini new file mode 100644 index 00000000000..a80040fe7ae --- /dev/null +++ b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-007.xht.ini @@ -0,0 +1,2 @@ +[overflow-applies-to-007.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-013.xht.ini b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-013.xht.ini new file mode 100644 index 00000000000..df3cf4ea53d --- /dev/null +++ b/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-013.xht.ini @@ -0,0 +1,2 @@ +[overflow-applies-to-013.xht] + expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-001.xht.ini b/tests/wpt/meta/css/CSS2/visufx/overflow-applies-to-001.xht.ini index be6e7916b99..be6e7916b99 100644 --- a/tests/wpt/meta/css/CSS2/ui/overflow-applies-to-001.xht.ini +++ b/tests/wpt/meta/css/CSS2/visufx/overflow-applies-to-001.xht.ini diff --git a/tests/wpt/meta/css/CSS2/visuren/table-pseudo-in-part3-1.html.ini b/tests/wpt/meta/css/CSS2/visuren/table-pseudo-in-part3-1.html.ini new file mode 100644 index 00000000000..6222bea7827 --- /dev/null +++ b/tests/wpt/meta/css/CSS2/visuren/table-pseudo-in-part3-1.html.ini @@ -0,0 +1,2 @@ +[table-pseudo-in-part3-1.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/inline-table-inline-block-baseline-vert-rl.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/inline-table-inline-block-baseline-vert-rl.html.ini deleted file mode 100644 index af7335d456c..00000000000 --- a/tests/wpt/meta/css/css-align/baseline-rules/inline-table-inline-block-baseline-vert-rl.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-inline-block-baseline-vert-rl.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/inline-table-inline-block-baseline.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/inline-table-inline-block-baseline.html.ini deleted file mode 100644 index 2e04f3d330e..00000000000 --- a/tests/wpt/meta/css/css-align/baseline-rules/inline-table-inline-block-baseline.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[inline-table-inline-block-baseline.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini b/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini new file mode 100644 index 00000000000..0f89f0543fe --- /dev/null +++ b/tests/wpt/meta/css/css-align/baseline-rules/synthesized-baseline-table-cell-001.html.ini @@ -0,0 +1,2 @@ +[synthesized-baseline-table-cell-001.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-backgrounds/table-cell-background-local.html.ini b/tests/wpt/meta/css/css-backgrounds/table-cell-background-local.html.ini deleted file mode 100644 index 61e4f26cb33..00000000000 --- a/tests/wpt/meta/css/css-backgrounds/table-cell-background-local.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-cell-background-local.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/t41-html4-keywords-a.xht.ini b/tests/wpt/meta/css/css-color/t41-html4-keywords-a.xht.ini deleted file mode 100644 index 6fea258ab1d..00000000000 --- a/tests/wpt/meta/css/css-color/t41-html4-keywords-a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[t41-html4-keywords-a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/css-color/t43-svg-keywords-a.xht.ini b/tests/wpt/meta/css/css-color/t43-svg-keywords-a.xht.ini deleted file mode 100644 index 8a98d4b1ab5..00000000000 --- a/tests/wpt/meta/css/css-color/t43-svg-keywords-a.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[t43-svg-keywords-a.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/auto-margins-001.html.ini b/tests/wpt/meta/css/css-flexbox/auto-margins-001.html.ini deleted file mode 100644 index febd0904c80..00000000000 --- a/tests/wpt/meta/css/css-flexbox/auto-margins-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[auto-margins-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_flex-formatting-interop.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_flex-formatting-interop.html.ini deleted file mode 100644 index 0a5916356e7..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_flex-formatting-interop.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_flex-formatting-interop.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_rowspan-overflow.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_rowspan-overflow.html.ini deleted file mode 100644 index 436edddb526..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_rowspan-overflow.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_rowspan-overflow.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_rowspan.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_rowspan.html.ini deleted file mode 100644 index b9bfedd2bc4..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_rowspan.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_rowspan.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-caption.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-caption.html.ini deleted file mode 100644 index ce404c427b1..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-caption.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table-caption.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-cell.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-cell.html.ini deleted file mode 100644 index d5496a54dd6..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-cell.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table-cell.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-row-group.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-row-group.html.ini deleted file mode 100644 index 1bd9ec62413..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-row-group.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table-row-group.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-row.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-row.html.ini deleted file mode 100644 index 8c4ea06190d..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-row.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table-row.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-singleline-2.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-singleline-2.html.ini deleted file mode 100644 index 890b6ad01c0..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-singleline-2.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table-singleline-2.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-singleline.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-singleline.html.ini deleted file mode 100644 index 3f661e7f275..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table-singleline.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table-singleline.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_stf-table.html.ini deleted file mode 100644 index 0562349ef15..00000000000 --- a/tests/wpt/meta/css/css-flexbox/flexbox_stf-table.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[flexbox_stf-table.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/flexbox_table-fixed-layout.html.ini b/tests/wpt/meta/css/css-flexbox/flexbox_table-fixed-layout.html.ini new file mode 100644 index 00000000000..ab6c951793e --- /dev/null +++ b/tests/wpt/meta/css/css-flexbox/flexbox_table-fixed-layout.html.ini @@ -0,0 +1,2 @@ +[flexbox_table-fixed-layout.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/intrinsic-size/row-compat-001.html.ini b/tests/wpt/meta/css/css-flexbox/intrinsic-size/row-compat-001.html.ini index 1c179167886..f149d6c50f6 100644 --- a/tests/wpt/meta/css/css-flexbox/intrinsic-size/row-compat-001.html.ini +++ b/tests/wpt/meta/css/css-flexbox/intrinsic-size/row-compat-001.html.ini @@ -7,3 +7,6 @@ [#wrapping-broke .flex 1] expected: FAIL + + [#gmail-tables .flex 3] + expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/table-as-item-percent-width-cell-001.html.ini b/tests/wpt/meta/css/css-flexbox/table-as-item-percent-width-cell-001.html.ini deleted file mode 100644 index 8366219eb94..00000000000 --- a/tests/wpt/meta/css/css-flexbox/table-as-item-percent-width-cell-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table-as-item-percent-width-cell-001.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-flexbox/table-with-percent-intrinsic-width.html.ini b/tests/wpt/meta/css/css-flexbox/table-with-percent-intrinsic-width.html.ini deleted file mode 100644 index e84223d668e..00000000000 --- a/tests/wpt/meta/css/css-flexbox/table-with-percent-intrinsic-width.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[table-with-percent-intrinsic-width.html] - [table 1] - expected: FAIL - - [table 2] - expected: FAIL diff --git a/tests/wpt/meta/css/css-logical/logicalprops-block-size.html.ini b/tests/wpt/meta/css/css-logical/logicalprops-block-size.html.ini index 5d6ccbe3811..62811fbcc81 100644 --- a/tests/wpt/meta/css/css-logical/logicalprops-block-size.html.ini +++ b/tests/wpt/meta/css/css-logical/logicalprops-block-size.html.ini @@ -1,6 +1,3 @@ [logicalprops-block-size.html] [.tablecell 6] expected: FAIL - - [.tablecell 8] - expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-absolute-dynamic-static-position-table-cell.html.ini b/tests/wpt/meta/css/css-position/position-absolute-dynamic-static-position-table-cell.html.ini new file mode 100644 index 00000000000..42c2dad467b --- /dev/null +++ b/tests/wpt/meta/css/css-position/position-absolute-dynamic-static-position-table-cell.html.ini @@ -0,0 +1,2 @@ +[position-absolute-dynamic-static-position-table-cell.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-008.html.ini b/tests/wpt/meta/css/css-position/position-relative-008.html.ini deleted file mode 100644 index 1a8782dcf7e..00000000000 --- a/tests/wpt/meta/css/css-position/position-relative-008.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[position-relative-008.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-009.html.ini b/tests/wpt/meta/css/css-position/position-relative-009.html.ini deleted file mode 100644 index e7142c4c800..00000000000 --- a/tests/wpt/meta/css/css-position/position-relative-009.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[position-relative-009.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-010.html.ini b/tests/wpt/meta/css/css-position/position-relative-010.html.ini deleted file mode 100644 index 41ea8b36d6a..00000000000 --- a/tests/wpt/meta/css/css-position/position-relative-010.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[position-relative-010.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-table-caption.html.ini b/tests/wpt/meta/css/css-position/position-relative-table-caption.html.ini new file mode 100644 index 00000000000..e37d2b12888 --- /dev/null +++ b/tests/wpt/meta/css/css-position/position-relative-table-caption.html.ini @@ -0,0 +1,2 @@ +[position-relative-table-caption.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-table-tbody-top-absolute-child.html.ini b/tests/wpt/meta/css/css-position/position-relative-table-tbody-top-absolute-child.html.ini new file mode 100644 index 00000000000..01a66f91d53 --- /dev/null +++ b/tests/wpt/meta/css/css-position/position-relative-table-tbody-top-absolute-child.html.ini @@ -0,0 +1,2 @@ +[position-relative-table-tbody-top-absolute-child.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-table-tfoot-top-absolute-child.html.ini b/tests/wpt/meta/css/css-position/position-relative-table-tfoot-top-absolute-child.html.ini new file mode 100644 index 00000000000..7d219f99c17 --- /dev/null +++ b/tests/wpt/meta/css/css-position/position-relative-table-tfoot-top-absolute-child.html.ini @@ -0,0 +1,2 @@ +[position-relative-table-tfoot-top-absolute-child.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-table-thead-top-absolute-child.html.ini b/tests/wpt/meta/css/css-position/position-relative-table-thead-top-absolute-child.html.ini new file mode 100644 index 00000000000..023bd977994 --- /dev/null +++ b/tests/wpt/meta/css/css-position/position-relative-table-thead-top-absolute-child.html.ini @@ -0,0 +1,2 @@ +[position-relative-table-thead-top-absolute-child.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/position-relative-table-tr-top-absolute-child.html.ini b/tests/wpt/meta/css/css-position/position-relative-table-tr-top-absolute-child.html.ini new file mode 100644 index 00000000000..b20d0a8bc3f --- /dev/null +++ b/tests/wpt/meta/css/css-position/position-relative-table-tr-top-absolute-child.html.ini @@ -0,0 +1,2 @@ +[position-relative-table-tr-top-absolute-child.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/sticky/position-sticky-nested-table.html.ini b/tests/wpt/meta/css/css-position/sticky/position-sticky-nested-table.html.ini new file mode 100644 index 00000000000..ec09ce6bc82 --- /dev/null +++ b/tests/wpt/meta/css/css-position/sticky/position-sticky-nested-table.html.ini @@ -0,0 +1,2 @@ +[position-sticky-nested-table.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/sticky/position-sticky-nested-thead-th.html.ini b/tests/wpt/meta/css/css-position/sticky/position-sticky-nested-thead-th.html.ini new file mode 100644 index 00000000000..3c803ca5b90 --- /dev/null +++ b/tests/wpt/meta/css/css-position/sticky/position-sticky-nested-thead-th.html.ini @@ -0,0 +1,2 @@ +[position-sticky-nested-thead-th.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-position/sticky/position-sticky-table-parts.html.ini b/tests/wpt/meta/css/css-position/sticky/position-sticky-table-parts.html.ini new file mode 100644 index 00000000000..c62ed871371 --- /dev/null +++ b/tests/wpt/meta/css/css-position/sticky/position-sticky-table-parts.html.ini @@ -0,0 +1,2 @@ +[position-sticky-table-parts.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/calc-margins-table-caption.html.ini b/tests/wpt/meta/css/css-sizing/calc-margins-table-caption.html.ini deleted file mode 100644 index a58953f3efb..00000000000 --- a/tests/wpt/meta/css/css-sizing/calc-margins-table-caption.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-margins-table-caption.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-sizing/table-child-percentage-height-with-border-box.html.ini b/tests/wpt/meta/css/css-sizing/table-child-percentage-height-with-border-box.html.ini new file mode 100644 index 00000000000..fe35dd7890b --- /dev/null +++ b/tests/wpt/meta/css/css-sizing/table-child-percentage-height-with-border-box.html.ini @@ -0,0 +1,2 @@ +[table-child-percentage-height-with-border-box.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/__dir__.ini b/tests/wpt/meta/css/css-tables/__dir__.ini deleted file mode 100644 index 3799e2dbe31..00000000000 --- a/tests/wpt/meta/css/css-tables/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: ["layout.tables.enabled:true"] diff --git a/tests/wpt/meta/css/css-text/white-space/ws-break-spaces-applies-to-012.html.ini b/tests/wpt/meta/css/css-text/white-space/ws-break-spaces-applies-to-012.html.ini deleted file mode 100644 index 9704f3dd10f..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/ws-break-spaces-applies-to-012.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[ws-break-spaces-applies-to-012.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-text/white-space/ws-break-spaces-applies-to-013.html.ini b/tests/wpt/meta/css/css-text/white-space/ws-break-spaces-applies-to-013.html.ini deleted file mode 100644 index 5d6224d03b5..00000000000 --- a/tests/wpt/meta/css/css-text/white-space/ws-break-spaces-applies-to-013.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[ws-break-spaces-applies-to-013.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-abspos-007.html.ini b/tests/wpt/meta/css/css-transforms/transform-abspos-007.html.ini deleted file mode 100644 index 8bccac28610..00000000000 --- a/tests/wpt/meta/css/css-transforms/transform-abspos-007.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[transform-abspos-007.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-display-003.html.ini b/tests/wpt/meta/css/css-transforms/transform-display-003.html.ini deleted file mode 100644 index f9f66ba1503..00000000000 --- a/tests/wpt/meta/css/css-transforms/transform-display-003.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[transform-display-003.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-table-002.html.ini b/tests/wpt/meta/css/css-transforms/transform-table-002.html.ini deleted file mode 100644 index dcbba9fdd2b..00000000000 --- a/tests/wpt/meta/css/css-transforms/transform-table-002.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[transform-table-002.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-table-005.html.ini b/tests/wpt/meta/css/css-transforms/transform-table-005.html.ini deleted file mode 100644 index 8c65ab23535..00000000000 --- a/tests/wpt/meta/css/css-transforms/transform-table-005.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[transform-table-005.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-table-011.html.ini b/tests/wpt/meta/css/css-transforms/transform-table-011.html.ini new file mode 100644 index 00000000000..439a4e59e1f --- /dev/null +++ b/tests/wpt/meta/css/css-transforms/transform-table-011.html.ini @@ -0,0 +1,2 @@ +[transform-table-011.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-transformable-table-footer-group.html.ini b/tests/wpt/meta/css/css-transforms/transform-transformable-table-footer-group.html.ini new file mode 100644 index 00000000000..ad54394e650 --- /dev/null +++ b/tests/wpt/meta/css/css-transforms/transform-transformable-table-footer-group.html.ini @@ -0,0 +1,2 @@ +[transform-transformable-table-footer-group.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-transformable-table-header-group.html.ini b/tests/wpt/meta/css/css-transforms/transform-transformable-table-header-group.html.ini new file mode 100644 index 00000000000..671baa449d8 --- /dev/null +++ b/tests/wpt/meta/css/css-transforms/transform-transformable-table-header-group.html.ini @@ -0,0 +1,2 @@ +[transform-transformable-table-header-group.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-transformable-table-row-group.html.ini b/tests/wpt/meta/css/css-transforms/transform-transformable-table-row-group.html.ini new file mode 100644 index 00000000000..d3924eabf59 --- /dev/null +++ b/tests/wpt/meta/css/css-transforms/transform-transformable-table-row-group.html.ini @@ -0,0 +1,2 @@ +[transform-transformable-table-row-group.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-transforms/transform-transformable-table-row.html.ini b/tests/wpt/meta/css/css-transforms/transform-transformable-table-row.html.ini new file mode 100644 index 00000000000..15dd5cb56dd --- /dev/null +++ b/tests/wpt/meta/css/css-transforms/transform-transformable-table-row.html.ini @@ -0,0 +1,2 @@ +[transform-transformable-table-row.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-ui/outline-005.html.ini b/tests/wpt/meta/css/css-ui/outline-005.html.ini new file mode 100644 index 00000000000..d853f6ccdd5 --- /dev/null +++ b/tests/wpt/meta/css/css-ui/outline-005.html.ini @@ -0,0 +1,2 @@ +[outline-005.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-ui/text-overflow-025.html.ini b/tests/wpt/meta/css/css-ui/text-overflow-025.html.ini deleted file mode 100644 index a7d356084b2..00000000000 --- a/tests/wpt/meta/css/css-ui/text-overflow-025.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[text-overflow-025.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini b/tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini deleted file mode 100644 index 813f5920900..00000000000 --- a/tests/wpt/meta/css/css-values/calc-width-table-auto-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-width-table-auto-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini b/tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini deleted file mode 100644 index 5fbe7211646..00000000000 --- a/tests/wpt/meta/css/css-values/calc-width-table-fixed-1.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[calc-width-table-fixed-1.html] - expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/elementsFromPoint-table.html.ini b/tests/wpt/meta/css/cssom-view/elementsFromPoint-table.html.ini index 4262856585b..3d47b4502fd 100644 --- a/tests/wpt/meta/css/cssom-view/elementsFromPoint-table.html.ini +++ b/tests/wpt/meta/css/cssom-view/elementsFromPoint-table.html.ini @@ -1,10 +1,4 @@ [elementsFromPoint-table.html] - [elementsFromPoint for points between table cells] - expected: FAIL - - [elementsFromPoint for points inside table cells] - expected: FAIL - [elementsFromPoint for points inside cells in a right-to-left table] expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/table-client-props.html.ini b/tests/wpt/meta/css/cssom-view/table-client-props.html.ini index c30227e3bbe..8c8df207716 100644 --- a/tests/wpt/meta/css/cssom-view/table-client-props.html.ini +++ b/tests/wpt/meta/css/cssom-view/table-client-props.html.ini @@ -13,3 +13,15 @@ [Table and narrower caption] expected: FAIL + + [Basic caption] + expected: FAIL + + [Caption with padding] + expected: FAIL + + [Caption with border] + expected: FAIL + + [Bottom caption] + expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/table-offset-props.html.ini b/tests/wpt/meta/css/cssom-view/table-offset-props.html.ini index af8c33abd91..d7b30f06f97 100644 --- a/tests/wpt/meta/css/cssom-view/table-offset-props.html.ini +++ b/tests/wpt/meta/css/cssom-view/table-offset-props.html.ini @@ -10,3 +10,15 @@ [Table and narrower caption] expected: FAIL + + [Basic caption] + expected: FAIL + + [Caption with padding] + expected: FAIL + + [Caption with border] + expected: FAIL + + [Bottom caption] + expected: FAIL diff --git a/tests/wpt/meta/css/cssom-view/table-scroll-props.html.ini b/tests/wpt/meta/css/cssom-view/table-scroll-props.html.ini index 83a9feccccb..f0a5f50cb25 100644 --- a/tests/wpt/meta/css/cssom-view/table-scroll-props.html.ini +++ b/tests/wpt/meta/css/cssom-view/table-scroll-props.html.ini @@ -13,3 +13,15 @@ [Table and narrower caption] expected: FAIL + + [Basic caption] + expected: FAIL + + [Caption with padding] + expected: FAIL + + [Caption with border] + expected: FAIL + + [Bottom caption] + expected: FAIL diff --git a/tests/wpt/meta/css/mediaqueries/min-width-tables-001.html.ini b/tests/wpt/meta/css/mediaqueries/min-width-tables-001.html.ini deleted file mode 100644 index 7864a16cb6a..00000000000 --- a/tests/wpt/meta/css/mediaqueries/min-width-tables-001.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[min-width-tables-001.html] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width-s.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width-s.html.ini new file mode 100644 index 00000000000..f1222061141 --- /dev/null +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width-s.html.ini @@ -0,0 +1,2 @@ +[table-width-s.html] + expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width.html.ini new file mode 100644 index 00000000000..864cc81c711 --- /dev/null +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/tables/table-width.html.ini @@ -0,0 +1,2 @@ +[table-width.html] + expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/tables/tr-transform-and-will-change.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/tables/tr-transform-and-will-change.html.ini deleted file mode 100644 index 069c8c56315..00000000000 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/tables/tr-transform-and-will-change.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[tr-transform-and-will-change.html] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini index 09fde25d7ac..16c7924c9c8 100644 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-display.html.ini @@ -19,3 +19,30 @@ [fieldset with display: ruby-text-container] expected: FAIL + + [fieldset with display: table] + expected: FAIL + + [fieldset with display: table-row-group] + expected: FAIL + + [fieldset with display: table-header-group] + expected: FAIL + + [fieldset with display: table-footer-group] + expected: FAIL + + [fieldset with display: table-row] + expected: FAIL + + [fieldset with display: table-cell] + expected: FAIL + + [fieldset with display: table-column-group] + expected: FAIL + + [fieldset with display: table-column] + expected: FAIL + + [fieldset with display: table-caption] + expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini index 658768480a7..f2d42322408 100644 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-display.html.ini @@ -166,3 +166,111 @@ [rendered legend with display: inline-table; overflow:hidden;columns:1] expected: FAIL + + [rendered legend with display: table] + expected: FAIL + + [rendered legend with display: table-row-group] + expected: FAIL + + [rendered legend with display: table-header-group] + expected: FAIL + + [rendered legend with display: table-footer-group] + expected: FAIL + + [rendered legend with display: table-row] + expected: FAIL + + [rendered legend with display: table-cell] + expected: FAIL + + [rendered legend with display: table-column-group] + expected: FAIL + + [rendered legend with display: table-column] + expected: FAIL + + [rendered legend with display: table-caption] + expected: FAIL + + [rendered legend with display: table; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-row-group; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-header-group; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-footer-group; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-row; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-cell; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-column-group; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-column; overflow:hidden] + expected: FAIL + + [rendered legend with display: table-caption; overflow:hidden] + expected: FAIL + + [rendered legend with display: table; columns:1] + expected: FAIL + + [rendered legend with display: table-row-group; columns:1] + expected: FAIL + + [rendered legend with display: table-header-group; columns:1] + expected: FAIL + + [rendered legend with display: table-footer-group; columns:1] + expected: FAIL + + [rendered legend with display: table-row; columns:1] + expected: FAIL + + [rendered legend with display: table-cell; columns:1] + expected: FAIL + + [rendered legend with display: table-column-group; columns:1] + expected: FAIL + + [rendered legend with display: table-column; columns:1] + expected: FAIL + + [rendered legend with display: table-caption; columns:1] + expected: FAIL + + [rendered legend with display: table; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-row-group; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-header-group; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-footer-group; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-row; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-cell; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-column-group; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-column; overflow:hidden;columns:1] + expected: FAIL + + [rendered legend with display: table-caption; overflow:hidden;columns:1] + expected: FAIL diff --git a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini index d213579b2c3..347f94bc097 100644 --- a/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini +++ b/tests/wpt/meta/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/legend-sans-fieldset-display.html.ini @@ -4,3 +4,18 @@ [.rt] expected: FAIL + + [.table] + expected: FAIL + + [.col] + expected: FAIL + + [.tbody] + expected: FAIL + + [.tr] + expected: FAIL + + [.td] + expected: FAIL diff --git a/tests/wpt/meta/html/rendering/widgets/button-layout/display-other.html.ini b/tests/wpt/meta/html/rendering/widgets/button-layout/display-other.html.ini index d99e79131e7..9b9b6ddf3dc 100644 --- a/tests/wpt/meta/html/rendering/widgets/button-layout/display-other.html.ini +++ b/tests/wpt/meta/html/rendering/widgets/button-layout/display-other.html.ini @@ -22,3 +22,30 @@ [display: flow-root] expected: FAIL + + [display: table] + expected: FAIL + + [display: table-row-group] + expected: FAIL + + [display: table-header-group] + expected: FAIL + + [display: table-footer-group] + expected: FAIL + + [display: table-row] + expected: FAIL + + [display: table-cell] + expected: FAIL + + [display: table-column-group] + expected: FAIL + + [display: table-column] + expected: FAIL + + [display: table-caption] + expected: FAIL diff --git a/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini b/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini index e2bfe2a3600..fddb8683990 100644 --- a/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini +++ b/tests/wpt/meta/html/rendering/widgets/button-layout/shrink-wrap.html.ini @@ -41,9 +41,6 @@ [float: left - available width: 200px] expected: FAIL - [display: table - available width: 300px] - expected: FAIL - [display: table-row - available width: 300px] expected: FAIL @@ -52,3 +49,12 @@ [float: left - available width: 300px] expected: FAIL + + [display: table - available width: 200px] + expected: FAIL + + [display: table-row - available width: 200px] + expected: FAIL + + [display: table-cell - available width: 200px] + expected: FAIL diff --git a/tests/wpt/meta/html/semantics/tabular-data/processing-model-1/span-limits.html.ini b/tests/wpt/meta/html/semantics/tabular-data/processing-model-1/span-limits.html.ini deleted file mode 100644 index 4487095c7be..00000000000 --- a/tests/wpt/meta/html/semantics/tabular-data/processing-model-1/span-limits.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[span-limits.html] - [rowspan of 65534 must work] - expected: FAIL - - [rowspan of 65535 must be treated as 65534] - expected: FAIL diff --git a/tests/wpt/meta/quirks/table-cell-width-calculation-applies-to.html.ini b/tests/wpt/meta/quirks/table-cell-width-calculation-applies-to.html.ini new file mode 100644 index 00000000000..74a3e841030 --- /dev/null +++ b/tests/wpt/meta/quirks/table-cell-width-calculation-applies-to.html.ini @@ -0,0 +1,3 @@ +[table-cell-width-calculation-applies-to.html] + [table 1] + expected: FAIL diff --git a/tests/wpt/meta/quirks/table-cell-width-calculation.html.ini b/tests/wpt/meta/quirks/table-cell-width-calculation.html.ini index 11090da845a..53d1d8cfd06 100644 --- a/tests/wpt/meta/quirks/table-cell-width-calculation.html.ini +++ b/tests/wpt/meta/quirks/table-cell-width-calculation.html.ini @@ -22,3 +22,15 @@ [The table cell width calculation quirk, display:table-cell on span, wbr] expected: FAIL + + [The table cell width calculation quirk, the quirk shouldn't apply for generated content] + expected: FAIL + + [The table cell width calculation quirk, the quirk shouldn't apply for <input>] + expected: FAIL + + [The table cell width calculation quirk, the quirk shouldn't apply for <video poster>] + expected: FAIL + + [The table cell width calculation quirk, non-auto width on cell] + expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/border_spacing_a.html.ini b/tests/wpt/mozilla/meta/css/border_spacing_a.html.ini deleted file mode 100644 index a80f1b6a5d5..00000000000 --- a/tests/wpt/mozilla/meta/css/border_spacing_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border_spacing_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/border_spacing_auto_layout_a.html.ini b/tests/wpt/mozilla/meta/css/border_spacing_auto_layout_a.html.ini deleted file mode 100644 index 4d728ff1998..00000000000 --- a/tests/wpt/mozilla/meta/css/border_spacing_auto_layout_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border_spacing_auto_layout_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/border_spacing_fixed_layout_a.html.ini b/tests/wpt/mozilla/meta/css/border_spacing_fixed_layout_a.html.ini deleted file mode 100644 index 0335654f291..00000000000 --- a/tests/wpt/mozilla/meta/css/border_spacing_fixed_layout_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border_spacing_fixed_layout_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/display_table_cell_intrinsic_width_a.html.ini b/tests/wpt/mozilla/meta/css/display_table_cell_intrinsic_width_a.html.ini new file mode 100644 index 00000000000..de0cf2ce598 --- /dev/null +++ b/tests/wpt/mozilla/meta/css/display_table_cell_intrinsic_width_a.html.ini @@ -0,0 +1,2 @@ +[display_table_cell_intrinsic_width_a.html] + expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/legacy_cellspacing_attribute_a.html.ini b/tests/wpt/mozilla/meta/css/legacy_cellspacing_attribute_a.html.ini deleted file mode 100644 index cee189fcb0b..00000000000 --- a/tests/wpt/mozilla/meta/css/legacy_cellspacing_attribute_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[legacy_cellspacing_attribute_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_cell_float_a.html.ini b/tests/wpt/mozilla/meta/css/table_cell_float_a.html.ini deleted file mode 100644 index 1aa882fb410..00000000000 --- a/tests/wpt/mozilla/meta/css/table_cell_float_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_cell_float_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_colspan_simple_a.html.ini b/tests/wpt/mozilla/meta/css/table_colspan_simple_a.html.ini new file mode 100644 index 00000000000..d4fe578d3dd --- /dev/null +++ b/tests/wpt/mozilla/meta/css/table_colspan_simple_a.html.ini @@ -0,0 +1,2 @@ +[table_colspan_simple_a.html] + expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_intrinsic_style_specified_width_a.html.ini b/tests/wpt/mozilla/meta/css/table_intrinsic_style_specified_width_a.html.ini deleted file mode 100644 index 95c06231d9a..00000000000 --- a/tests/wpt/mozilla/meta/css/table_intrinsic_style_specified_width_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_intrinsic_style_specified_width_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_margin_a.html.ini b/tests/wpt/mozilla/meta/css/table_margin_a.html.ini deleted file mode 100644 index 60930920678..00000000000 --- a/tests/wpt/mozilla/meta/css/table_margin_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_margin_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_margin_auto_a.html.ini b/tests/wpt/mozilla/meta/css/table_margin_auto_a.html.ini deleted file mode 100644 index 5024f13c90f..00000000000 --- a/tests/wpt/mozilla/meta/css/table_margin_auto_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_margin_auto_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_padding_a.html.ini b/tests/wpt/mozilla/meta/css/table_padding_a.html.ini deleted file mode 100644 index 92b6dfada49..00000000000 --- a/tests/wpt/mozilla/meta/css/table_padding_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_padding_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_percentage_width_a.html.ini b/tests/wpt/mozilla/meta/css/table_percentage_width_a.html.ini deleted file mode 100644 index 071ecc6f28f..00000000000 --- a/tests/wpt/mozilla/meta/css/table_percentage_width_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_percentage_width_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_rowspan_notequal_a.html.ini b/tests/wpt/mozilla/meta/css/table_rowspan_notequal_a.html.ini deleted file mode 100644 index cfeadd90347..00000000000 --- a/tests/wpt/mozilla/meta/css/table_rowspan_notequal_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_rowspan_notequal_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_rowspan_simple_a.html.ini b/tests/wpt/mozilla/meta/css/table_rowspan_simple_a.html.ini deleted file mode 100644 index b08f1902908..00000000000 --- a/tests/wpt/mozilla/meta/css/table_rowspan_simple_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_rowspan_simple_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_specified_width_a.html.ini b/tests/wpt/mozilla/meta/css/table_specified_width_a.html.ini deleted file mode 100644 index 20dee7418ec..00000000000 --- a/tests/wpt/mozilla/meta/css/table_specified_width_a.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_specified_width_a.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/css/table_vertical_align_margin_padding.html.ini b/tests/wpt/mozilla/meta/css/table_vertical_align_margin_padding.html.ini deleted file mode 100644 index 39bdb559f29..00000000000 --- a/tests/wpt/mozilla/meta/css/table_vertical_align_margin_padding.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_vertical_align_margin_padding.html] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-001.xht.ini b/tests/wpt/mozilla/meta/gfx-rs-gecko/356774-1.html.ini index 4cf08c567d6..b958c0e4b07 100644 --- a/tests/wpt/meta/css/CSS2/margin-padding-clear/margin-001.xht.ini +++ b/tests/wpt/mozilla/meta/gfx-rs-gecko/356774-1.html.ini @@ -1,2 +1,2 @@ -[margin-001.xht] +[356774-1.html] expected: FAIL diff --git a/tests/wpt/mozilla/meta/mozilla/table_valign_bottom.html.ini b/tests/wpt/mozilla/meta/mozilla/table_valign_bottom.html.ini deleted file mode 100644 index e710373d9f1..00000000000 --- a/tests/wpt/mozilla/meta/mozilla/table_valign_bottom.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_valign_bottom.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/mozilla/table_valign_middle.html.ini b/tests/wpt/mozilla/meta/mozilla/table_valign_middle.html.ini deleted file mode 100644 index 8052f2cda14..00000000000 --- a/tests/wpt/mozilla/meta/mozilla/table_valign_middle.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_valign_middle.html] - expected: FAIL diff --git a/tests/wpt/mozilla/meta/mozilla/table_valign_uneven_height.html.ini b/tests/wpt/mozilla/meta/mozilla/table_valign_uneven_height.html.ini deleted file mode 100644 index 608b489badb..00000000000 --- a/tests/wpt/mozilla/meta/mozilla/table_valign_uneven_height.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[table_valign_uneven_height.html] - expected: FAIL |