Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 962487 - [UITest][UI] refactor tests using Building Blocks #15633

Merged
merged 1 commit into from Jan 23, 2014

Conversation

MBRSL
Copy link
Contributor

@MBRSL MBRSL commented Jan 23, 2014

No description provided.

@@ -50,7 +50,7 @@ var CanvasTests = {
toggleShowHide: function ct_toggleShowHide() {
this.canvas.classList.toggle('hidden');
var status = this.canvas.classList.contains('hidden');
this.hiddenStatus.innerHTML = 'toggle property hidden = ' + status;
this.hiddenStatus.innerHTML = 'hidden = ' + status;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the hidden stat seems reverted?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shows the current status originally. Not "will be" status.

gasolin added a commit that referenced this pull request Jan 23, 2014
Bug 962487 - [UITest][UI] refactor tests using Building Blocks, r=gasolin
@gasolin gasolin merged commit d727014 into mozilla-b2g:master Jan 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants