X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Ftext-autosizing%2Fclusters-insufficient-text.html;h=be1b91a368f139372c9a01a7bdaf3e1a9a5ca2d8;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=69e7bd57a845a959ea53ace97461cdc3f6ed157d;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html b/src/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html index 69e7bd5..be1b91a 100644 --- a/src/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html +++ b/src/third_party/WebKit/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html @@ -21,18 +21,6 @@ body { width: 800px; margin: 0; overflow-y: hidden; } This text should not be autosized (its computed font size should remain 16px), since the float:left causes this to be a new cluster, and this cluster doesn't contain enough text. - - - - - -
- This text should be 20px because the text in the right cell has the same width and is autosized. - - However this text should be autosized to 20px computed font size, since this table cell does contain enough text.
- Lorem ipsum dolor sit amet, consectetur adipisicing elit. -
-
This text should not be autosized (its computed font size should remain 16px), since the perpendicular writing-mode compared to its containing block causes this to be a new cluster, and this cluster doesn't contain enough text (or have large enough logicalWidth).