Issue #146 - Part 7: Remove no longer relevant reftest.

This commit is contained in:
wolfbeast 2019-11-03 19:45:49 +01:00 committed by Roy Tam
commit cfb46e368d
3 changed files with 0 additions and 62 deletions

View file

@ -1,26 +0,0 @@
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<link rel="author" title="Corey Ford" href="mailto:corey@coreyford.name">
</head>
<body>
<table>
<thead>
<tr>
<td>a</td>
</tr>
</thead>
<tr>
<td>b</td>
</tr>
<tr>
<td>c</td>
</tr>
<tr>
<td>d</td>
</tr>
</table>
</body>
</html>

View file

@ -1,35 +0,0 @@
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<title>CSS Test: Sticky Positioning - inner table elements</title>
<link rel="author" title="Corey Ford" href="mailto:corey@coreyford.name">
<link rel="match" href="inner-table-1-ref.html">
<meta name="assert" content="Sticky positioning on inner table elements should have no effect (until bug 35168 is fixed)">
<style>
.sticky {
position: sticky;
top: 1000px;
}
</style>
</head>
<body>
<table>
<thead class="sticky">
<tr>
<td>a</td>
</tr>
</thead>
<tr class="sticky">
<td>b</td>
</tr>
<tr>
<td class="sticky">c</td>
</tr>
<tr>
<td>d</td>
</tr>
</table>
</body>
</html>

View file

@ -48,4 +48,3 @@ fails == column-contain-1a.html column-contain-1-ref.html
fuzzy-if(skiaContent,1,22) fuzzy-if(winWidget&&!layersGPUAccelerated,116,1320) fuzzy-if(Android,8,1533) == block-in-inline-2.html block-in-inline-2-ref.html
fuzzy-if(Android,8,630) fuzzy-if(OSX>=1008,1,11) fuzzy-if(skiaContent,1,220) fuzzy-if(winWidget&&!layersGPUAccelerated,116,1320) == block-in-inline-3.html block-in-inline-3-ref.html
== block-in-inline-continuations.html block-in-inline-continuations-ref.html
fuzzy-if(winWidget&&!layersGPUAccelerated,140,140) == inner-table-1.html inner-table-1-ref.html