diff options
author | aelias@chromium.org <aelias@chromium.org> | 2015-06-10 04:08:21 +0000 |
---|---|---|
committer | aelias@chromium.org <aelias@chromium.org> | 2015-06-10 04:08:21 +0000 |
commit | cf736af5754a963ae7b5fc5f5afd77eb84104422 (patch) | |
tree | 3562cbd496bc27d81d711a75cc158f97a1cc78c3 /third_party/WebKit/LayoutTests/platform/linux/http/tests | |
parent | 52d16b9f04a996c28899d215d2246b83a202b9f3 (diff) | |
download | chromium_src-cf736af5754a963ae7b5fc5f5afd77eb84104422.zip chromium_src-cf736af5754a963ae7b5fc5f5afd77eb84104422.tar.gz chromium_src-cf736af5754a963ae7b5fc5f5afd77eb84104422.tar.bz2 |
Revert "Don't add artifical 1 pixel width to empty tables"
This reverts commit 4769f3e7e6851362a2220aa7b3608fd72d47fce5, with manually
readded NeedsRebaseline entries.
The patch caused mobile Google Maps directions UI to break.
BUG=497073,424338
TBR=mstensho
Review URL: https://codereview.chromium.org/1177653002
git-svn-id: svn://svn.chromium.org/blink/trunk@196822 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/platform/linux/http/tests')
-rw-r--r-- | third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt | 6 | ||||
-rw-r--r-- | third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-pixel-expected.txt | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt index dc18a67..793db37 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-expected.txt @@ -8,9 +8,9 @@ layer at (0,0) size 800x4094 backgroundClip at (0,0) size 800x600 clip at (0,0) text run at (12,46) width 134: "Hello World!" layer at (36,2668) size 764x226 backgroundClip at (0,0) size 800x600 clip at (0,0) size 800x600 outlineClip at (0,0) size 800x600 LayoutBlockFlow (relative positioned) {DIV} at (36,2584) size 764x226 [border: (12px solid #00000000)] - LayoutTable {TABLE} at (12,12) size 0x0 - LayoutTableSection {TBODY} at (0,0) size 0x0 - LayoutTableRow {TR} at (0,0) size 0x0 + LayoutTable {TABLE} at (12,12) size 1x0 + LayoutTableSection {TBODY} at (0,0) size 1x0 + LayoutTableRow {TR} at (0,0) size 1x0 LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1] LayoutBlockFlow {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)] LayoutBlockFlow {DIV} at (12,0) size 144x12 diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-pixel-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-pixel-expected.txt index dc0e224..9832ef6 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-pixel-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/http/tests/misc/acid2-pixel-expected.txt @@ -8,9 +8,9 @@ layer at (0,0) size 800x298 text run at (12,46) width 134: "Hello World!" layer at (36,72) size 764x226 LayoutBlockFlow (relative positioned) {DIV} at (36,72) size 764x226 [border: (12px solid #00000000)] - LayoutTable {TABLE} at (12,12) size 0x0 - LayoutTableSection {TBODY} at (0,0) size 0x0 - LayoutTableRow {TR} at (0,0) size 0x0 + LayoutTable {TABLE} at (12,12) size 1x0 + LayoutTableSection {TBODY} at (0,0) size 1x0 + LayoutTableRow {TR} at (0,0) size 1x0 LayoutTableCell {TD} at (0,0) size 0x0 [r=0 c=0 rs=1 cs=1] LayoutBlockFlow {DIV} at (60,60) size 120x12 [bgcolor=#FF0000] [border: none (12px solid #000000) none (12px solid #000000)] LayoutBlockFlow {DIV} at (12,0) size 144x12 |