Skip to content

Commit

Permalink
Right gemini test on popup
Browse files Browse the repository at this point in the history
  • Loading branch information
gela committed Jul 15, 2014
1 parent bef0f98 commit ccb2667
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 3 deletions.
3 changes: 1 addition & 2 deletions common.blocks/popup/popup.tests/gemini.bemjson.js
Expand Up @@ -62,7 +62,7 @@
}
]
},

{ tag : 'h2', content : 'normal' },
{
block : 'test-wrap',
Expand Down Expand Up @@ -91,7 +91,6 @@
{
block : 'test',
mods : { direction : 'bottom' },
attrs : { style : 'margin: 40px 0 0 0;' },
js : true,
cls : 'bottom',
content : [
Expand Down
@@ -0,0 +1,4 @@
.popup
{
padding: 10px;
}

This file was deleted.

38 changes: 38 additions & 0 deletions common.blocks/popup/popup.tests/gemini.blocks/test/test.styl
@@ -0,0 +1,38 @@
.test
{
position: absolute;
}

.test_direction_all,
.test_direction_left,
.test_direction_right
{
top: 200px;
}

.test_direction_all
{
left: 300px;
}

.test_direction_left
{
left: 170px;
}

.test_direction_right
{
left: 430px;
}

.test_direction_bottom
{
top: 320px;
left: 280px;
}

.test_direction_top
{
top: 150px;
left: 290px;
}
Binary file modified gemini/screens/popup/all/opened/chrome-v35.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/all/opened/firefox-v30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/bottom/opened/chrome-v35.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/bottom/opened/firefox-v30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/left/opened/chrome-v35.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/left/opened/firefox-v30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/right/opened/chrome-v35.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/right/opened/firefox-v30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/test-nested/plain/chrome-v35.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/test-nested/plain/firefox-v30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/top/opened/chrome-v35.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified gemini/screens/popup/top/opened/firefox-v30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ccb2667

Please sign in to comment.