-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
4,114 additions
and
2,183 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
packages/react-native-web/src/exports/AppRegistry/__tests__/__snapshots__/index-test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`AppRegistry runApplication styles roots in different documents 1`] = ` | ||
[ | ||
"[stylesheet-group="0"] {}", | ||
"body {margin: 0;}", | ||
"button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}", | ||
"html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);}", | ||
"input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration {display: none;}", | ||
"[stylesheet-group="1"] {}", | ||
".css-view-175oi2r {align-items: stretch; background-color: rgba(0,0,0,0.00); border: 0 solid black; box-sizing: border-box; display: flex; flex-basis: auto; flex-direction: column; flex-shrink: 0; list-style: none; margin: 0px; min-height: 0px; min-width: 0px; padding: 0px; position: relative; text-decoration: none; z-index: 0;}", | ||
"[stylesheet-group="2"] {}", | ||
".r-display-xoduu5 {display: inline-flex;}", | ||
".r-flex-13awgt0 {flex: 1;}", | ||
"[stylesheet-group="3"] {}", | ||
".r-bottom-1p0dtai {bottom: 0px;}", | ||
".r-left-1d2f490 {left: 0px;}", | ||
".r-pointerEvents-105ug2t {pointer-events: auto !important;}", | ||
".r-pointerEvents-12vffkv>* {pointer-events: auto;}", | ||
".r-pointerEvents-12vffkv {pointer-events: none !important;}", | ||
".r-pointerEvents-633pao {pointer-events: none !important;}", | ||
".r-pointerEvents-ah5dr5>* {pointer-events: none;}", | ||
".r-pointerEvents-ah5dr5 {pointer-events: auto !important;}", | ||
".r-position-u8s1d {position: absolute;}", | ||
".r-right-zchlnj {right: 0px;}", | ||
".r-top-ipm5af {top: 0px;}", | ||
] | ||
`; | ||
|
||
exports[`AppRegistry runApplication styles roots in different documents 2`] = ` | ||
[ | ||
"[stylesheet-group="0"] {}", | ||
"body {margin: 0;}", | ||
"button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}", | ||
"html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);}", | ||
"input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration {display: none;}", | ||
"[stylesheet-group="1"] {}", | ||
".css-view-175oi2r {align-items: stretch; background-color: rgba(0,0,0,0.00); border: 0 solid black; box-sizing: border-box; display: flex; flex-basis: auto; flex-direction: column; flex-shrink: 0; list-style: none; margin: 0px; min-height: 0px; min-width: 0px; padding: 0px; position: relative; text-decoration: none; z-index: 0;}", | ||
"[stylesheet-group="2"] {}", | ||
".r-display-xoduu5 {display: inline-flex;}", | ||
".r-flex-13awgt0 {flex: 1;}", | ||
"[stylesheet-group="3"] {}", | ||
".r-bottom-1p0dtai {bottom: 0px;}", | ||
".r-left-1d2f490 {left: 0px;}", | ||
".r-pointerEvents-105ug2t {pointer-events: auto !important;}", | ||
".r-pointerEvents-12vffkv>* {pointer-events: auto;}", | ||
".r-pointerEvents-12vffkv {pointer-events: none !important;}", | ||
".r-pointerEvents-633pao {pointer-events: none !important;}", | ||
".r-pointerEvents-ah5dr5>* {pointer-events: none;}", | ||
".r-pointerEvents-ah5dr5 {pointer-events: auto !important;}", | ||
".r-position-u8s1d {position: absolute;}", | ||
".r-right-zchlnj {right: 0px;}", | ||
".r-top-ipm5af {top: 0px;}", | ||
] | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.