mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #146 - Part 7: Remove no longer relevant reftest.
This commit is contained in:
parent
d26e13657b
commit
cfb46e368d
3 changed files with 0 additions and 62 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue