Skip to content

Commit 24958f9

Browse files
committed
JS Test Harness: Remove more link tags
https://bugs.webkit.org/show_bug.cgi?id=71339 Reviewed by Ojan Vafai. Tools: * Scripts/make-new-script-test: (writeTestFile): Don't output <link> LayoutTests: * LayoutTest/*: Remove links to js-test-style.css. Canonical link: https://commits.webkit.org/87809@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@99220 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 7fd8405 commit 24958f9

2,755 files changed

Lines changed: 281 additions & 3003 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LayoutTests/ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2011-11-03 Erik Arvidsson <arv@chromium.org>
2+
3+
JS Test Harness: Remove more link tags
4+
https://bugs.webkit.org/show_bug.cgi?id=71339
5+
6+
Reviewed by Ojan Vafai.
7+
8+
* LayoutTest/*: Remove links to js-test-style.css.
9+
110
2011-11-03 Csaba Osztrogonác <ossy@webkit.org>
211

312
[Qt] Unreviewed evening gardening.

LayoutTests/accessibility/adjacent-continuations-cause-assertion-failure.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76

LayoutTests/accessibility/aria-checkbox-checked.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-checkbox-text.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-combobox.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-controls-with-tabs.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-disabled.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-fallback-roles.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-help.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

LayoutTests/accessibility/aria-hidden-update.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<html>
22
<html>
33
<head>
4-
<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
54
<script>
65
var successfullyParsed = false;
76
</script>

0 commit comments

Comments
 (0)