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

Unified Diff: LayoutTests/fast/box-sizing/table-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-collapse.html
diff --git a/LayoutTests/fast/box-sizing/table-collapse.html b/LayoutTests/fast/box-sizing/table-collapse.html
index a9511966f6ea63f8ad08893b86199270c4859b81..a59dd76ce049a39326f4691db6805450afa28160 100644
--- a/LayoutTests/fast/box-sizing/table-collapse.html
+++ b/LayoutTests/fast/box-sizing/table-collapse.html
@@ -24,7 +24,7 @@
checkLayout(".table");
}
</script>
- <table class="table" data-expected-height="87px">
+ <table class="table" data-expected-height="87">
<tbody>
<tr>
<td>
@@ -33,7 +33,7 @@
</tr>
</tbody>
</table>
- <table style="top: 200px;" class="table" data-expected-height="87px">
+ <table style="top: 200px;" class="table" data-expected-height="87">
<tbody>
<tr>
<td>
@@ -42,7 +42,7 @@
</tr>
</tbody>
</table>
- <table style="bottom: 100px;" class="table" data-expected-height="87px">
+ <table style="bottom: 100px;" class="table" data-expected-height="87">
<tbody>
<tr>
<td>

Powered by Google App Engine
This is Rietveld 408576698