mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
dom: Remove CSSStyleDeclaration.setPropertyValue/setPropertyPriority.
This commit is contained in:
parent
2434c2bef1
commit
aea5e146fe
6 changed files with 6 additions and 97 deletions
|
@ -1,7 +0,0 @@
|
|||
[historical.html]
|
||||
[Historical CSSStyleDeclaration member: setPropertyValue]
|
||||
expected: FAIL
|
||||
|
||||
[Historical CSSStyleDeclaration member: setPropertyPriority]
|
||||
expected: FAIL
|
||||
|
|
@ -5501,18 +5501,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/setpropertypriority.html": [
|
||||
[
|
||||
"/_mozilla/css/setpropertypriority.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/setpropertypriority_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/simple_inline_absolute_containing_block_a.html": [
|
||||
[
|
||||
"/_mozilla/css/simple_inline_absolute_containing_block_a.html",
|
||||
|
@ -9651,11 +9639,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/setpropertypriority_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/simple_inline_absolute_containing_block_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -63756,14 +63739,6 @@
|
|||
"3de96c5c95089cb3c931f0158613ed585438f9ec",
|
||||
"support"
|
||||
],
|
||||
"css/setpropertypriority.html": [
|
||||
"67d08c6e155403d6452a48ea57680fc242264d15",
|
||||
"reftest"
|
||||
],
|
||||
"css/setpropertypriority_ref.html": [
|
||||
"c869671f731182ae1e07b9e6e6fc9b76c20a6d31",
|
||||
"support"
|
||||
],
|
||||
"css/simple_inline_absolute_containing_block_a.html": [
|
||||
"b4343b0b1b4c78ff951156bcc67645cc253bf48c",
|
||||
"reftest"
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<link rel=match href=setpropertypriority_ref.html>
|
||||
<body>
|
||||
|
||||
<p id="control_1" style="color: red">This text should be green.</p>
|
||||
<p id="test_1" style="color: green">This text should be green.</p>
|
||||
|
||||
<p id="control_2" style="color: green !important">This text should be green.</p>
|
||||
<p id="test_2" style="color: red !important">This text should be green.</p>
|
||||
|
||||
<style>
|
||||
#control_1 { color: green !important }
|
||||
#test_1 { color: red !important }
|
||||
|
||||
#control_2 { color: red !important }
|
||||
#test_2 { color: green !important }
|
||||
</style>
|
||||
<script>
|
||||
document.getElementById("test_1").style.setPropertyPriority("color", "important");
|
||||
document.getElementById("test_2").style.setPropertyPriority("color", "");
|
||||
</script>
|
|
@ -1,4 +0,0 @@
|
|||
<p style="color: green">This text should be green.
|
||||
<p style="color: green">This text should be green.
|
||||
<p style="color: green">This text should be green.
|
||||
<p style="color: green">This text should be green.
|
Loading…
Add table
Add a link
Reference in a new issue