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

Unified Diff: LayoutTests/fast/box-sizing/css-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/css-table-collapse.html
diff --git a/LayoutTests/fast/box-sizing/css-table-collapse.html b/LayoutTests/fast/box-sizing/css-table-collapse.html
index 8bb9841cf8e1a06cf5e27ee524fc462fc59df65c..03feaceeb4390c9b71966e718c514003f9acf133 100644
--- a/LayoutTests/fast/box-sizing/css-table-collapse.html
+++ b/LayoutTests/fast/box-sizing/css-table-collapse.html
@@ -28,7 +28,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">
@@ -37,7 +37,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">
@@ -46,7 +46,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