Skip to content

Commit

Permalink
JS Test Harness: Remove successfullyParsed from more tests
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=71533

Reviewed by Ojan Vafai.

* LayoutTests/*: Remove successfullyParsed

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@99258 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
arv@chromium.org committed Nov 4, 2011
1 parent 57c6bde commit 1d5aa05
Show file tree
Hide file tree
Showing 786 changed files with 414 additions and 1,682 deletions.
9 changes: 9 additions & 0 deletions LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
2011-11-03 Erik Arvidsson <arv@chromium.org>

JS Test Harness: Remove successfullyParsed from more tests
https://bugs.webkit.org/show_bug.cgi?id=71533

Reviewed by Ojan Vafai.

* LayoutTests/*: Remove successfullyParsed

2011-11-03 Tony Chang <tony@chromium.org>

Remove an obsolete comment.
Expand Down
Expand Up @@ -2,7 +2,6 @@
<html>
<head>
<script>
var successfullyParsed = false;

function buildAccessibilityTree(accessibilityObject, indent) {
var str = "";
Expand Down Expand Up @@ -46,7 +45,6 @@
buildAccessibilityTree(accessibilityController.focusedElement, 0);
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-checkbox-checked.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -45,7 +42,6 @@
}
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-checkbox-text.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -39,7 +36,6 @@
shouldBe("checkbox.title", "'AXTitle: Three'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-combobox.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -42,7 +39,6 @@
debug("Role: " + firstChild.role);
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-controls-with-tabs.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -56,7 +53,6 @@ <h2 id="itemInPanel2" tabindex=0>Select Crust</h2>
shouldBe("tab1.isSelected", "true");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-disabled.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -29,7 +26,6 @@
shouldBe("succeeded", "true");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-fallback-roles.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -27,7 +24,6 @@
debug("Role should be: " + test.role);
}
}
successfullyParsed = true;
</script>

<script src="../../../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-help.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -26,7 +23,6 @@
shouldBe("button.helpText", "'AXHelp: click here'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-hidden-update.html
@@ -1,9 +1,6 @@
<html>
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -55,7 +52,6 @@
shouldBeTrue("parent.childAtIndex(1).isEqual(button3)");

}
successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -48,7 +45,6 @@ <h1 id="heading">Steps</h1>
shouldBe("main.childAtIndex(1).childrenCount", "1");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-hidden-with-elements.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -48,7 +45,6 @@ <h1>heading</h1>
shouldBe("child.role", "'AXRole: AXHeading'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-hidden.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -26,7 +23,6 @@ <h2 aria-hidden="false">h2</h2>
shouldBe("succeeded", "true");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-label.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -29,7 +26,6 @@
shouldBe("succeeded", "true");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -38,7 +35,6 @@
shouldBe("labelElement.role", "'AXRole: AXStaticText'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-list-and-listitem.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -31,7 +28,6 @@
shouldBe("obj.childAtIndex(0).childAtIndex(1).role", "'AXRole: AXGroup'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-menubar-menuitems.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -64,7 +61,6 @@
shouldBe("subMenuSubItem.childrenCount", "0");
}

successfullyParsed = true;
</script>
<script src="../fast/js/resources/js-test-post.js"></script>
</body>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-option-role.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -38,7 +35,6 @@
shouldBe("secondChild.childrenCount", "0");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-presentational-role.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -28,7 +25,6 @@ <h3 role="presentation">
shouldBe("firstChild.role", "'AXRole: AXLink'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-readonly.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -64,7 +61,6 @@
shouldBe("textAreaIsWritable", "true");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-scrollbar-role.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand All @@ -30,7 +27,6 @@
shouldBe("scroller.orientation", "'AXOrientation: AXHorizontalOrientation'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down
4 changes: 0 additions & 4 deletions LayoutTests/accessibility/aria-tab-roles.html
@@ -1,9 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script>
var successfullyParsed = false;
</script>
<script src="../fast/js/resources/js-test-pre.js"></script>
</head>
<body id="body">
Expand Down Expand Up @@ -45,7 +42,6 @@ <h3>Select Crust</h3>
shouldBe("tabPanel.subrole", "'AXSubrole: AXTabPanel'");
}

successfullyParsed = true;
</script>

<script src="../fast/js/resources/js-test-post.js"></script>
Expand Down

0 comments on commit 1d5aa05

Please sign in to comment.