Diff
Modified: trunk/LayoutTests/ChangeLog (89989 => 89990)
--- trunk/LayoutTests/ChangeLog 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/ChangeLog 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,5 +1,33 @@
2011-06-28 Roland Steiner <[email protected]>
+ Unreviewed: change URLs in ruby layout tests to lower case in order
+ to avoid having to have separate Chromium expectations.
+
+ * fast/ruby/after-block-doesnt-crash-expected.txt:
+ * fast/ruby/after-block-doesnt-crash.html:
+ * fast/ruby/after-table-doesnt-crash-expected.txt:
+ * fast/ruby/after-table-doesnt-crash.html:
+ * fast/ruby/before-block-doesnt-crash-expected.txt:
+ * fast/ruby/before-block-doesnt-crash.html:
+ * fast/ruby/before-table-doesnt-crash-expected.txt:
+ * fast/ruby/before-table-doesnt-crash.html:
+ * fast/ruby/generated-after-counter-doesnt-crash-expected.txt:
+ * fast/ruby/generated-after-counter-doesnt-crash.html:
+ * fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt:
+ * fast/ruby/generated-before-and-after-counter-doesnt-crash.html:
+ * fast/ruby/generated-before-counter-doesnt-crash-expected.txt:
+ * fast/ruby/generated-before-counter-doesnt-crash.html:
+ * platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
+ * platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
+
+2011-06-28 Roland Steiner <[email protected]>
+
Reviewed by Eric Seidel.
Bug 55930 - (CVE-2011-1440) Incorrect handling of 'display:' property within nested <ruby> tags
Modified: trunk/LayoutTests/fast/ruby/after-block-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/after-block-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/after-block-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +1,2 @@
-Blocked access to external URL http://YY/
+Blocked access to external URL http://yy/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/after-block-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -2,7 +2,7 @@
<style>
ruby::after {
display: block;
- content: url("http://YY");
+ content: url("http://yy");
}
</style>
<ruby>
Modified: trunk/LayoutTests/fast/ruby/after-table-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/after-table-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/after-table-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +1,2 @@
-Blocked access to external URL http://YY/
+Blocked access to external URL http://yy/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/after-table-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -2,7 +2,7 @@
<style>
ruby::after {
display: table;
- content: url("http://YY");
+ content: url("http://yy");
}
</style>
<ruby>
Modified: trunk/LayoutTests/fast/ruby/before-block-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/before-block-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/before-block-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +1,2 @@
-Blocked access to external URL http://XX/
+Blocked access to external URL http://xx/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/before-block-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/before-block-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/before-block-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -2,7 +2,7 @@
<style>
ruby::before {
display: block;
- content: url("http://XX");
+ content: url("http://xx");
}
</style>
<ruby>
Modified: trunk/LayoutTests/fast/ruby/before-table-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/before-table-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/before-table-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +1,2 @@
-Blocked access to external URL http://XX/
+Blocked access to external URL http://xx/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/before-table-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/before-table-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/before-table-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -2,7 +2,7 @@
<style>
ruby::before {
display: block;
- content: url("http://XX");
+ content: url("http://xx");
}
</style>
<ruby>
Modified: trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +1,2 @@
-Blocked access to external URL http://XX/
+Blocked access to external URL http://xx/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/generated-after-counter-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -10,7 +10,7 @@
}
ruby::after{
display: table;
- content: url("http://XX");
+ content: url("http://xx");
}
</style>
Modified: trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,3 +1,3 @@
-Blocked access to external URL http://XX/
-Blocked access to external URL http://YY/
+Blocked access to external URL http://xx/
+Blocked access to external URL http://yy/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/generated-before-and-after-counter-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -10,14 +10,14 @@
}
ruby::before{
display: table;
- content: url("http://XX");
+ content: url("http://xx");
}
ruby:after{
counter-reset: g -2532653 K -48696899414062 ll -48202514648437 rr -1821899414062;
}
ruby::after{
display: table;
- content: url("http://YY");
+ content: url("http://yy");
}
</style>
Modified: trunk/LayoutTests/fast/ruby/generated-before-counter-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/generated-before-counter-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/generated-before-counter-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +1,2 @@
-Blocked access to external URL http://XX/
+Blocked access to external URL http://xx/
This test passes if it doesn't crash.
Modified: trunk/LayoutTests/fast/ruby/generated-before-counter-doesnt-crash.html (89989 => 89990)
--- trunk/LayoutTests/fast/ruby/generated-before-counter-doesnt-crash.html 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/fast/ruby/generated-before-counter-doesnt-crash.html 2011-06-29 06:06:14 UTC (rev 89990)
@@ -10,7 +10,7 @@
}
ruby::before{
display: table;
- content: url("http://XX");
+ content: url("http://xx");
}
</style>
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://yy/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://yy/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://xx/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://xx/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://yy/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://yy/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://xx/
-This test passes if it doesn't crash.
Deleted: trunk/LayoutTests/platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt (89989 => 89990)
--- trunk/LayoutTests/platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt 2011-06-29 06:05:16 UTC (rev 89989)
+++ trunk/LayoutTests/platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt 2011-06-29 06:06:14 UTC (rev 89990)
@@ -1,2 +0,0 @@
-Blocked access to external URL http://xx/
-This test passes if it doesn't crash.