Allow specifying the test name in the input to gentest
Summary: Allow adding test name within html through the id of the root element. This makes it much easier to re-generate test files. Differential Revision: D3771966 fbshipit-source-id: 313e1648dcf4521e7c649f54c4ced2aa3297bf06
This commit is contained in:
committed by
Facebook Github Bot 6
parent
89c00a7a3b
commit
e3fa40e694
@@ -10,16 +10,16 @@
|
||||
/**
|
||||
* @Generated by gentest/gentest.sh with the following input
|
||||
*
|
||||
* <div style="width:100px; height: 100px;">
|
||||
* <div id="align_self_center" style="width:100px; height: 100px;">
|
||||
* <div style="height: 10px; width: 10px; align-self: center;"></div>
|
||||
* </div>
|
||||
* <div style="width:100px; height: 100px;">
|
||||
* <div id="align_self_flex_end" style="width:100px; height: 100px;">
|
||||
* <div style="height: 10px; width: 10px; align-self: flex-end;"></div>
|
||||
* </div>
|
||||
* <div style="width:100px; height: 100px;">
|
||||
* <div id="align_self_flex_start" style="width:100px; height: 100px;">
|
||||
* <div style="height: 10px; width: 10px; align-self: flex-start;"></div>
|
||||
* </div>
|
||||
* <div style="width:100px; height: 100px; align-items: flex-start;">
|
||||
* <div id="align_self_flex_end_override_flex_start" style="width:100px; height: 100px; align-items: flex-start;">
|
||||
* <div style="height: 10px; width: 10px; align-self: flex-end;"></div>
|
||||
* </div>
|
||||
*
|
||||
|
Reference in New Issue
Block a user