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

Unified Diff: LayoutTests/fast/box-sizing/css-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/css-table-no-collapse.html
diff --git a/LayoutTests/fast/box-sizing/css-table-no-collapse.html b/LayoutTests/fast/box-sizing/css-table-no-collapse.html
index 201997fb9ae1c34c93dda6a539d34a023f7a357c..c2a44bdd8375b4726f142f1a065d6cdfa02eb3da 100644
--- a/LayoutTests/fast/box-sizing/css-table-no-collapse.html
+++ b/LayoutTests/fast/box-sizing/css-table-no-collapse.html
@@ -27,7 +27,7 @@
checkLayout(".table");
}
</script>
- <div class="table" data-expected-height="85px">
+ <div class="table" data-expected-height="85">
<div class="tbody">
<div class="tr">
<div class="td">
@@ -36,7 +36,7 @@
</div>
</div>
</div>
- <div style="top: 200px;" class="table" data-expected-height="85px">
+ <div style="top: 200px;" class="table" data-expected-height="85">
<div class="tbody">
<div class="tr">
<div class="td">
@@ -45,7 +45,7 @@
</div>
</div>
</div>
- <div style="bottom: 100px;" class="table" data-expected-height="85px">
+ <div style="bottom: 100px;" class="table" data-expected-height="85">
<div class="tbody">
<div class="tr">
<div class="td">

Powered by Google App Engine
This is Rietveld 408576698