完成50%
This commit is contained in:
@@ -12,7 +12,7 @@ foreach ($required in @(
|
||||
'background: url("/static/assets/foundation/transparent/a01-scroll-primary-v3.png")',
|
||||
'background: url("/static/assets/foundation/transparent/a01-scroll-secondary-v3.png")'
|
||||
)) { if ($page -notmatch [regex]::Escape($required)) { throw "G11 is missing adaptive asset surface: $required" } }
|
||||
if ($page -notmatch '(?s)<textarea[^>]*auto-height') { throw 'G11 access note must grow from its text data' }
|
||||
if ($page -notmatch '(?s)<textarea[^>]*auto-height') { throw 'G11 genealogy intro must grow from its text data' }
|
||||
$settingsPanelStyle = [regex]::Match($style, '(?s)\.settings-panel\s*\{(?<body>.*?)\}').Groups['body'].Value
|
||||
if ($settingsPanelStyle -match '\bmin-height\s*:') {
|
||||
throw 'G11 settings panel height must be driven by its current content'
|
||||
|
||||
Reference in New Issue
Block a user