Skip to content

Commit

Permalink
Remove <link rel=match> from testharness tests
Browse files Browse the repository at this point in the history
According to the manifest these are all testharness tests, but WebKit's
historic slightly different logic has led to these being run in a bogus
state previously (where they were treated as both a reftest and a
testharness test all at once).
  • Loading branch information
gsnedders committed May 11, 2024
1 parent bba96a1 commit b5b9221
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion css/css-break/relpos-inline-hit-testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#transforms">
<link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#relative-positioning">
<link rel="match" href="relpos-inline-ref.html">
<style>
body {
margin: 8px;
Expand Down
1 change: 0 additions & 1 deletion css/css-flexbox/intrinsic-size/col-wrap-004.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#intrinsic-sizes">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
Expand Down
1 change: 0 additions & 1 deletion css/css-flexbox/intrinsic-size/col-wrap-005.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#intrinsic-sizes">
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/check-layout-th.js"></script>
Expand Down
1 change: 0 additions & 1 deletion css/css-tables/colspan-001.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1430449">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>There should be five squares.</p>
<table cellspacing="0" cellpadding="0">
<tr>
Expand Down
1 change: 0 additions & 1 deletion css/css-tables/colspan-002.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1430449">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>There should be five squares.</p>
<table cellspacing="0" cellpadding="0">
<tr>
Expand Down
1 change: 0 additions & 1 deletion css/css-tables/colspan-003.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1430449">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>There should be five squares.</p>
<table cellspacing="0" cellpadding="0">
<tr>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#row-layout">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<style>
.table { display:table; height:100px; background:pink; }
.cell { overflow:auto; width:100px; height:100%; background:blue; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<title>View transitions: hit test shared element at the real dom location</title>
<link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/">
<link rel="author" href="mailto:vmpstr@chromium.org">
<link rel="match" href="hit-test-unpainted-element-ref.html">

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
1 change: 0 additions & 1 deletion mathml/relations/css-styling/width-height-004.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>content position with width/height</title>
<link rel="match" href="width-height-003-ref.html">
<link rel="help" href="https://w3c.github.io/mathml-core/#layout-algorithms">
<link rel="help" href="https://w3c.github.io/mathml-core/#underscripts-and-overscripts-munder-mover-munderover">
<meta name="assert" content="Verify the inline-start of the children of the munder, mover, munderover and mfrac layout algorithms."/>
Expand Down
22 changes: 0 additions & 22 deletions svg/painting/reftests/paint-context-005-ref.svg

This file was deleted.

1 change: 0 additions & 1 deletion svg/painting/reftests/paint-context-005.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5b9221

Please sign in to comment.