Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HybridOS
hiDOMLayout
Commits
0062ba38
Commit
0062ba38
authored
Apr 09, 2021
by
XueShuming
Browse files
update test
parent
4db25994
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/grid.css
View file @
0062ba38
...
...
@@ -43,7 +43,6 @@
#hiweb
{
color
:
#127
;
font-family
:
"Times New Roman"
,
Times
,
serif
;
font-size
:
10px
;
grid-row-start
:
2
;
grid-row-end
:
3
;
...
...
@@ -53,7 +52,6 @@
#hiweb2
{
color
:
#127
;
font-family
:
"Times New Roman"
,
Times
,
serif
;
font-size
:
10px
;
grid-row-start
:
3
;
grid-row-end
:
4
;
...
...
test/layout_test.c
View file @
0062ba38
...
...
@@ -177,6 +177,10 @@ int main(int argc, char **argv)
fprintf
(
stderr
,
"####################################### layout ###########################
\n
"
);
hilayout_do_layout
(
&
hl_media
,
css
,
root
);
const
HLUsedTextValues
*
txtVaule
=
hilayout_element_node_get_used_text_value
(
hijs
);
fprintf
(
stderr
,
"############### txtVaule=%p|txt->family=%s
\n
"
,
txtVaule
,
txtVaule
->
family
);
hilayout_css_destroy
(
css
);
hilayout_element_node_destroy
(
root
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment