Bug 1247929 patch 5 - Remove spurious canvas rule from reftests. r=dholbert

This removes a rule that was incorrectly added in the tests in patch 3,
which dholbert pointed out in a review comment (comment 18) made after
granting review (and only 3 minutes before I pushed the patches), which
I didn't see before pushing them.

I had incorrectly copied that rule from the
min-intrinsic-with-percents-across-elements.html test, which I based
these on.

MozReview-Commit-ID: IARSYkKkIRx
This commit is contained in:
L. David Baron 2016-02-24 16:08:31 -08:00
parent a5babe3a7d
commit 4bc9faf688
4 changed files with 0 additions and 16 deletions

View File

@ -17,10 +17,6 @@ td:nth-child(2) {
td:nth-child(1) > * { visibility: hidden; vertical-align: bottom }
canvas {
background: blue
}
</style>
<table><tr>

View File

@ -17,10 +17,6 @@ td:nth-child(2) {
td:nth-child(1) > * { visibility: hidden; vertical-align: bottom; max-width: 100% }
canvas {
background: blue
}
</style>
<table><tr>

View File

@ -17,10 +17,6 @@ td:nth-child(2) {
td:nth-child(1) > * { visibility: hidden; vertical-align: bottom }
canvas {
background: blue
}
</style>
<table><tr>

View File

@ -17,10 +17,6 @@ td:nth-child(2) {
td:nth-child(1) > * { visibility: hidden; vertical-align: bottom; width: 100% }
canvas {
background: blue
}
</style>
<table><tr>