Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: LayoutTests/fast/box-sizing/table-no-collapse.html

Issue 888743002: Force unitless data-expected attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Redo percentage-height-when-height-specified-by-top-bottom.html onload change Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/box-sizing/table-no-collapse.html
diff --git a/LayoutTests/fast/box-sizing/table-no-collapse.html b/LayoutTests/fast/box-sizing/table-no-collapse.html
index b59040d34c12236b366cc5f572b1ca396b37ae07..e50e9f77cd6829dc60525f15d1a7c4bf0b1017a4 100644
--- a/LayoutTests/fast/box-sizing/table-no-collapse.html
+++ b/LayoutTests/fast/box-sizing/table-no-collapse.html
@@ -23,7 +23,7 @@
checkLayout(".table");
}
</script>
- <table class="table" data-expected-height="91px">
+ <table class="table" data-expected-height="91">
<tbody>
<tr>
<td>
@@ -32,7 +32,7 @@
</tr>
</tbody>
</table>
- <table style="top: 200px;" class="table" data-expected-height="91px">
+ <table style="top: 200px;" class="table" data-expected-height="91">
<tbody>
<tr>
<td>
@@ -41,7 +41,7 @@
</tr>
</tbody>
</table>
- <table style="bottom: 100px;" class="table" data-expected-height="91px">
+ <table style="bottom: 100px;" class="table" data-expected-height="91">
<tbody>
<tr>
<td>

Powered by Google App Engine
This is Rietveld 408576698