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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/table-writing-modes-h-expected.txt

Issue 1419813004: Remove the "horizontal-bt" value from -webkit-writing-mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add static_assert to ensure TransformedWritingMode matches to WritingMode Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/repaint/table-writing-modes-h-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/table-writing-modes-h-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/table-writing-modes-h-expected.txt
index 9053e58bfa9dd30189e19fe3f1fecc5fce1b8f61..2b125daf290364b075fc0b19f0f19865c55cb359 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/table-writing-modes-h-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/table-writing-modes-h-expected.txt
@@ -1,8 +1,8 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
-layer at (0,0) size 800x466
- LayoutBlockFlow {HTML} at (0,0) size 800x466
- LayoutBlockFlow {BODY} at (8,10) size 784x446
+layer at (0,0) size 800x352
+ LayoutBlockFlow {HTML} at (0,0) size 800x352
+ LayoutBlockFlow {BODY} at (8,10) size 784x332
LayoutTable {TABLE} at (10,0) size 104x104 [bgcolor=#FF0000]
LayoutTableSection {TBODY} at (0,0) size 104x104
LayoutTableRow {TR} at (0,0) size 104x52
@@ -21,14 +21,6 @@ layer at (0,0) size 800x466
LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
LayoutTable {TABLE} at (10,228) size 104x104 [bgcolor=#FF0000]
LayoutTableSection {TBODY} at (0,0) size 104x104
- LayoutTableRow {TR} at (0,0) size 104x52
- LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (52,25) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]
- LayoutTableRow {TR} at (0,52) size 104x52
- LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=1 c=0 rs=1 cs=1]
- LayoutTableCell {TD} at (52,77) size 52x2 [bgcolor=#008000] [r=1 c=1 rs=1 cs=1]
- LayoutTable {TABLE} at (10,342) size 104x104 [bgcolor=#FF0000]
- LayoutTableSection {TBODY} at (0,0) size 104x104
LayoutTableRow {TR} at (0,0) size 52x104
LayoutTableCell {TD} at (0,25) size 52x2 [bgcolor=#008000] [r=0 c=0 rs=1 cs=1]
LayoutTableCell {TD} at (0,77) size 52x2 [bgcolor=#008000] [r=0 c=1 rs=1 cs=1]

Powered by Google App Engine
This is Rietveld 408576698