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

Unified Diff: LayoutTests/fast/block/basic/fieldset-with-legend-expected.txt

Issue 1173853005: LayoutFieldSet::computePreferredLogicalWidths uses marginLeft for marginRight by mistake Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding Layout Tests after removing the functions Created 5 years, 5 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/block/basic/fieldset-with-legend-expected.txt
diff --git a/LayoutTests/fast/block/basic/fieldset-with-legend-expected.txt b/LayoutTests/fast/block/basic/fieldset-with-legend-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a5351143faf258c04a2ec4b5599b889d798cce42
--- /dev/null
+++ b/LayoutTests/fast/block/basic/fieldset-with-legend-expected.txt
@@ -0,0 +1,37 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ LayoutBlockFlow {HTML} at (0,0) size 800x600
+ LayoutBlockFlow {BODY} at (8,8) size 784x584
+layer at (8,8) size 504x104
+ LayoutBlockFlow (relative positioned) {DIV} at (0,0) size 504x104 [border: (2px solid #FF0000)]
+layer at (30,10) size 214x77
+ LayoutFieldset (positioned) {FIELDSET} at (22,2) size 214x76.59 [border: (2px solid #008000)]
+ LayoutBlockFlow {LEGEND} at (24,0) size 156x12 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {H1} at (19,22.59) size 176x37 [bgcolor=#008000]
+ LayoutText {#text} at (0,0) size 174x36
+ text run at (0,0) width 174: "HEADING 1"
+layer at (8,112) size 504x104
+ LayoutBlockFlow (relative positioned) {DIV} at (0,104) size 504x104 [border: (2px solid #FF0000)]
+layer at (50,114) size 214x77
+ LayoutFieldset (positioned) {FIELDSET} at (42,2) size 214x76.59 [border: (2px solid #008000)]
+ LayoutBlockFlow {LEGEND} at (24,0) size 156x12 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {H1} at (19,22.59) size 176x37 [bgcolor=#008000]
+ LayoutText {#text} at (0,0) size 174x36
+ text run at (0,0) width 174: "HEADING 1"
+layer at (28,216) size 504x104
+ LayoutBlockFlow (relative positioned) {DIV} at (20,208) size 504x104 [border: (2px solid #FF0000)]
+layer at (10,218) size 214x77
+ LayoutFieldset (positioned) {FIELDSET} at (-18,2) size 214x76.59 [border: (2px solid #008000)]
+ LayoutBlockFlow {LEGEND} at (24,0) size 156x12 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {H1} at (19,22.59) size 176x37 [bgcolor=#008000]
+ LayoutText {#text} at (0,0) size 174x36
+ text run at (0,0) width 174: "HEADING 1"
+layer at (8,320) size 504x104
+ LayoutBlockFlow (relative positioned) {DIV} at (0,312) size 504x104 [border: (2px solid #FF0000)]
+layer at (30,322) size 528x77
+ LayoutFieldset (positioned) {FIELDSET} at (22,2) size 528x76.59 [border: (2px solid #008000)]
+ LayoutBlockFlow {LEGEND} at (24,0) size 156x12 [border: (1px solid #0000FF)]
+ LayoutBlockFlow {H1} at (19,22.59) size 490x37 [bgcolor=#008000]
+ LayoutText {#text} at (0,0) size 174x36
+ text run at (0,0) width 174: "HEADING 1"

Powered by Google App Engine
This is Rietveld 408576698