File tree Expand file tree Collapse file tree
float-pigment-forest/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 600px; grid-template-columns: auto 100px auto; grid-template-rows: 30px 40px; " data-chrome ="true ">
3+ < div data-expect-height ="30 " data-expect-left ="0 "> header1</ div >
4+ < div data-expect-height ="30 " data-expect-left ="250 "> header2</ div >
5+ < div data-expect-height ="30 " data-expect-left ="350 "> header3</ div >
6+ < div data-expect-height ="40 " data-expect-left ="0 "> content1</ div >
7+ < div style ="width: 23px; height: 23px " data-expect-height ="23 " data-expect-left ="250 "> content2</ div >
8+ < div data-expect-height ="40 " data-expect-left ="350 "> content3</ div >
9+ < div data-expect-height ="32 " data-expect-left ="0 "> content4</ div >
10+ < div data-expect-height ="32 " data-expect-left ="250 "> content5</ div >
11+ < div data-expect-height ="32 " data-expect-left ="350 "> content6</ div >
12+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 600px; grid-template-columns: auto 100px auto; " data-expect-height ="32 " data-chrome ="true ">
3+ < div data-expect-width ="250 " data-expect-height ="32 "> header1</ div >
4+ < div data-expect-width ="100 " data-expect-height ="32 "> header2</ div >
5+ < div data-expect-width ="250 " data-expect-height ="32 "> header3</ div >
6+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 600px; grid-template-columns: auto 100px auto; " data-expect-height ="300 " data-chrome ="true ">
3+ < div data-expect-width ="250 " data-expect-height ="300 "> header1</ div >
4+ < div data-expect-width ="100 ">
5+ < div style ="height: 300px; " data-expect-height ="300 "> </ div >
6+ </ div >
7+ < div data-expect-width ="250 " data-expect-height ="300 "> header3</ div >
8+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 600px; grid-template-columns: auto 100px auto; " data-expect-height ="316 " data-chrome ="true ">
3+ < div data-expect-width ="250 " data-expect-height ="300 "> header1</ div >
4+ < div data-expect-width ="100 ">
5+ < div style ="height: 300px; " data-expect-height ="300 "> </ div >
6+ </ div >
7+ < div data-expect-width ="250 " data-expect-height ="300 "> header3</ div >
8+ < div data-expect-width ="250 " data-expect-height ="16 "> foote</ div >
9+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 100px; grid-template-columns: auto auto " data-chrome ="true " >
3+ < div data-expect-width ="100 ">
4+ < div style ="width: 100px; height: 100px; " data-expect-width ="100 " data-expect-height ="100 "> </ div >
5+ </ div >
6+ < div data-expect-width ="100 ">
7+ < div style ="width: 100px; height: 100px; " data-expect-width ="100 " data-expect-height ="100 "> </ div >
8+ </ div >
9+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 20px; grid-template-columns: auto auto " data-chrome ="true " >
3+ < div >
4+ < div > hello</ div >
5+ </ div >
6+ < div >
7+ < div > world</ div >
8+ </ div >
9+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 300px; grid-template-columns: 100px 100px " data-chrome ="true " >
3+ < div style ="width: 50px; padding: 10px; border-bottom: 1px solid black; " data-expect-height ="101 " data-expect-width ="70 "> </ div >
4+ < div style ="width: 50px; height: 100px; border-bottom: 1px solid black; " data-expect-height ="101 " data-expect-width ="50 "> </ div >
5+ </ div >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < div style ="display: grid; width: 300px; grid-template-columns: 100px 100px " data-chrome ="true " >
3+ < div style ="margin-top: 10px; margin-left: 10px; width: 50px; height: 50px; " data-expect-top ="10 " data-expect-left ="10 "> </ div >
4+ < div style ="margin-top: 10px; margin-left: 10px; width: 50px; height: 50px; " data-expect-top ="10 " data-expect-left ="110 "> </ div >
5+ </ div >
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments