History log of /expo/apps/test-suite/tests/HTML.js (Results 1 – 6 of 6)
Revision Date Author Comments
# 999ead72 12-Aug-2021 Evan Bacon <[email protected]>

Upgrade to react native [email protected] (#13947)

* [email protected]

* babel upgrades

* Update yarn.lock

* Fixed event emitter bugs on web

* Fixed GL tests

* Fixed HTML tests

* Up

Upgrade to react native [email protected] (#13947)

* [email protected]

* babel upgrades

* Update yarn.lock

* Fixed event emitter bugs on web

* Fixed GL tests

* Fixed HTML tests

* Update RNWView.tsx

show more ...


# fc1510b0 04-Jun-2020 Eric Samelson <[email protected]>

[test-suite] make green on Android (#8642)


# 88d4bf14 19-Mar-2020 Stanisław Chmiela <[email protected]>

[test-suite] Minor fixes (#7396)

* [test-suite] Add a dependency on @expo/html-elements, since we use we test it too

* [test-suite] Make recording duration check more yielding

While testing on

[test-suite] Minor fixes (#7396)

* [test-suite] Add a dependency on @expo/html-elements, since we use we test it too

* [test-suite] Make recording duration check more yielding

While testing on an Android device the test failed with "expected 340 to be greater than 350". This should make the test pass in this situation.

* [test-suite] Remove Caption from among viewElements

Caption is a Text-based element

* [test-suite] Move function definition up so the test… doesn't fail

show more ...


# a8465056 18-Feb-2020 Evan Bacon <[email protected]>

Updated HTML Lists (#7062)

* Remove OL

* updated build files


# 60ea71b8 14-Feb-2020 Evan Bacon <[email protected]>

[html-elements] Update font sizes (#7044)

* Remove Small

* Update Text-test.tsx


# 55058f92 12-Feb-2020 Evan Bacon <[email protected]>

Created @expo/html-elements (#6986)

* Created @expo/html-elements package

* Created Anchor element

* Created Article

* Created Header

* Created Main

* Created Section

* Created Foo

Created @expo/html-elements (#6986)

* Created @expo/html-elements package

* Created Anchor element

* Created Article

* Created Header

* Created Main

* Created Section

* Created Footer

* Created P

* Created B

* Created Strong

* Created Strike

* Created I

* Created Br

* Created Hr

* Created Code

* Created Table elements

* Updated text elements

* Updated Hr

* Created Nav

* Created Small

* Created Lists

* Created Mark

* Create Tfooter

* Update package.json

* Updated docs

* Update README.md

* Update README.md

* Update README.md

* Update packages/html-elements/README.md

Co-Authored-By: Brent Vatne <[email protected]>

* extract target from anchor

* Strike -> Del

* Updated headings docs

* Update README.md

* simplify ts method

* removed ts-ignores

* Ul => UL

* Ol => OL

* Li => LI

* Hr => HR

* Thead => THead

* Tbody => TBody

* Tfoot => TFoot

* Td => TD

* Br => BR

* Tr => TR

* Th => TH

* Em => EM

* Fix NCL screen

* Added E2E tests

* Updated .npmignore to remove tests, snapshots, and jest tsconfig

* Created Q and BlockQuote

* pixels -> value

* Added audio tag

* Update README.md

* update build files

* fix view and text styles

* Created Time

* Update README.md

* Update README.md

* updated tests

* Remove unused tests

* Created Pre

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* internal links

* unify blocks

* Update README.md

Co-authored-by: Brent Vatne <[email protected]>

show more ...